• 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
..
ast Loading commit data...
build Loading commit data...
constant Loading commit data...
doc Loading commit data...
format Loading commit data...
importer Loading commit data...
internal Loading commit data...
parser Loading commit data...
printer Loading commit data...
scanner Loading commit data...
token Loading commit data...
types Loading commit data...