• Brad Fitzpatrick's avatar
    crypto/cipher: fix AEAD.Open documentation nit · c7157bf4
    Brad Fitzpatrick authored
    It mentioned true and false for error values. Instead, just
    don't mention the error semantics, as they match normal Go
    conventions (if error is non-nil, the other value is
    meaningless). We generally only document error values when
    they're interesting (where non-nil, non-nil is valid, or the
    error value can be certain known values or types).
    
    Fixes #7464
    
    LGTM=agl
    R=agl
    CC=golang-codereviews
    https://golang.org/cl/68440044
    c7157bf4
Name
Last commit
Last update
..
benchmark_test.go Loading commit data...
cbc.go Loading commit data...
cbc_aes_test.go Loading commit data...
cfb.go Loading commit data...
cfb_test.go Loading commit data...
cipher.go Loading commit data...
cipher_test.go Loading commit data...
common_test.go Loading commit data...
ctr.go Loading commit data...
ctr_aes_test.go Loading commit data...
example_test.go Loading commit data...
gcm.go Loading commit data...
gcm_test.go Loading commit data...
io.go Loading commit data...
ofb.go Loading commit data...
ofb_test.go Loading commit data...
xor.go Loading commit data...
xor_test.go Loading commit data...