• Adam Langley's avatar
    crypto: switch block ciphers to detination first. · 02939dec
    Adam Langley authored
    Previously all the functions took two arguments: src, dst. This is the
    reverse of the usual Go style and worth changing sooner rather than
    later.
    
    Unfortunately, this is a change that the type system doesn't help
    with. However, it's not a subtle change: any unittest worth the name
    should catch this.
    
    R=rsc, r
    CC=golang-dev
    https://golang.org/cl/2751042
    02939dec
Name
Last commit
Last update
..
aes Loading commit data...
block Loading commit data...
blowfish Loading commit data...
cast5 Loading commit data...
hmac Loading commit data...
md4 Loading commit data...
md5 Loading commit data...
ocsp Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
ripemd160 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...
xtea Loading commit data...