mirror of
https://github.com/sonr-io/crypto.git
synced 2026-08-05 00:31:38 +00:00
No commit suggestions generated
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package curves
|
||||
|
||||
import (
|
||||
"crypto/elliptic"
|
||||
|
||||
"github.com/dustinxie/ecc"
|
||||
)
|
||||
|
||||
func SP256() elliptic.Curve {
|
||||
return ecc.P256k1()
|
||||
}
|
||||
Reference in New Issue
Block a user