fix: Refactor crypto

This commit is contained in:
Prad N
2025-03-11 13:57:03 -04:00
parent 090ee30ba3
commit 00b23353c9
285 changed files with 0 additions and 68698 deletions
-11
View File
@@ -1,11 +0,0 @@
package curves
import (
"crypto/elliptic"
"github.com/dustinxie/ecc"
)
func SP256() elliptic.Curve {
return ecc.P256k1()
}