• 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 Loading commit data...
cipher Loading commit data...
des Loading commit data...
dsa Loading commit data...
ecdsa Loading commit data...
elliptic Loading commit data...
hmac Loading commit data...
md5 Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
rsa Loading commit data...
sha1 Loading commit data...
sha256 Loading commit data...
sha512 Loading commit data...
subtle Loading commit data...
tls Loading commit data...
x509 Loading commit data...
crypto.go Loading commit data...