• 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
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...