This is basically Go's src/crypto/elliptic/elliptic.go but with special additions to make it work with a=0.
For the example usage see signature_test.go
.
Curve parameters taken from: http://www.secg.org/sec2-v2.pdf
Actual implementation based on:
This is basically Go's src/crypto/elliptic/elliptic.go but with special additions to make it work with a=0.
For the example usage see signature_test.go
.
Curve parameters taken from: http://www.secg.org/sec2-v2.pdf
Actual implementation based on: