aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/curve.go
Commit message (Collapse)AuthorAgeFilesLines
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-397/+0
| | | | thanks to Felix Lange (fjl) for help with design & impl
* crypto: fix build with Go 1.5Felix Lange2015-07-281-1/+8
|
* crypto: fix license of curve.goFelix Lange2015-07-231-27/+38
| | | | | crypto/curve.go is not our code and has its own license. This commit excludes it in update-license.go and removes our GPL header.
* all: update license informationFelix Lange2015-07-071-0/+16
|
* Added S256 curveobscuren2014-12-101-0/+363