• Michael Munday's avatar
    crypto/aes: delete TestEncryptBlock and TestDecryptBlock · a39950ba
    Michael Munday authored
    The encryptBlock and decryptBlock functions are already tested
    (via the public API) by TestCipherEncrypt and TestCipherDecrypt
    respectively. Both sets of tests check the output of the two
    functions against the same set of FIPS 197 examples. I therefore
    think it is safe to delete these two tests without losing any
    coverage.
    
    Deleting these two tests will make it easier to modify the
    internal API, which I am hoping to do in future CLs.
    
    Change-Id: I0dd568bc19f47b70ab09699b507833e527d39ba7
    Reviewed-on: https://go-review.googlesource.com/22115Reviewed-by: 's avatarAdam Langley <agl@golang.org>
    Run-TryBot: Adam Langley <agl@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    a39950ba
Name
Last commit
Last update
..
aes_gcm.go Loading commit data...
aes_test.go Loading commit data...
asm_amd64.s Loading commit data...
block.go Loading commit data...
cipher.go Loading commit data...
cipher_asm.go Loading commit data...
cipher_generic.go Loading commit data...
const.go Loading commit data...
gcm_amd64.s Loading commit data...