• Michael Munday's avatar
    crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian methods · 4a842f25
    Michael Munday authored
    Use the binary.{Big,Little}Endian integer encoding methods rather
    than unsafe or local implementations. These methods are tested to
    ensure they inline correctly and don't add unnecessary bounds checks,
    so it seems better to use them wherever possible.
    
    This introduces a dependency on encoding/binary to crypto/cipher. I
    think this is OK because other "L3" packages already import
    encoding/binary.
    
    Change-Id: I5cf01800d08554ca364e46cfc1d9445cf3c711a0
    Reviewed-on: https://go-review.googlesource.com/115555
    Run-TryBot: Michael Munday <mike.munday@ibm.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    4a842f25
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...
internal 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...
issue21104_test.go Loading commit data...