• Adam Langley's avatar
    crypto/openpgp: assorted cleanups · a68494bf
    Adam Langley authored
    1) Include Szabolcs Nagy's patch which adds serialisation for more
       signature subpackets.
    2) Include Szabolcs Nagy's patch which adds functions for making DSA
       keys.
    3) Make the random io.Reader an argument to the low-level signature
       functions rather than having them use crypto/rand.
    4) Rename crypto/openpgp/error to crypto/openpgp/errors so that it
       doesn't clash with the new error type.
    
    R=bradfitz, r
    CC=golang-dev
    https://golang.org/cl/5528044
    a68494bf
Name
Last commit
Last update
..
armor Loading commit data...
elgamal Loading commit data...
errors Loading commit data...
packet Loading commit data...
s2k Loading commit data...
Makefile Loading commit data...
canonical_text.go Loading commit data...
canonical_text_test.go Loading commit data...
keys.go Loading commit data...
read.go Loading commit data...
read_test.go Loading commit data...
write.go Loading commit data...
write_test.go Loading commit data...