• Adam Langley's avatar
    crypto/openpgp: add error and armor · 5aeacadc
    Adam Langley authored
    error is needed by all the OpenPGP packages as they return a shared
    family of error types.
    
    armor implements OpenPGP armoring. It's very like PEM except:
      a) it includes a CRC24 checksum
      b) PEM values are small (a few KB) and so encoding/pem assumes that
         they fit in memory. Armored data can be very large and so this
         package presents a streaming interface.
    
    R=r, nsz, rsc
    CC=golang-dev
    https://golang.org/cl/3786043
    5aeacadc
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...