keybase / go-crypto

[mirror] Go supplementary cryptography libraries
https://godoc.org/golang.org/x/crypto
BSD 3-Clause "New" or "Revised" License
50 stars 20 forks source link

Upstream updates #70

Closed zapu closed 6 years ago

zapu commented 6 years ago

This PR pulls new code from https://github.com/golang/crypto for packages that are used by openpgp package, as well as bn256 which had a crasher in new golang.

rsa tree has been deleted, because it lives in crypto/rsa now. Imports have been updates as well.

zapu commented 6 years ago

@maxtaco I think this is now done. openpgp package should be up to date.

zapu commented 6 years ago

Should we use "rebase and merge" Github option here to preserve authorship of the commits?

maxtaco commented 6 years ago

sure