(no commit message provided)

This commit is contained in:
Prad Nukala
2024-07-06 00:34:41 -04:00
committed by Prad Nukala (aider)
parent 5fd43dfd6b
commit 2f976209db
345 changed files with 409 additions and 72177 deletions
-11
View File
@@ -1,11 +0,0 @@
package curves
import (
"crypto/elliptic"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
)
func SP256() elliptic.Curve {
return secp256k1.S256()
}