Add initial nistec project files
This commit is contained in:
11
_asm/go.mod
Normal file
11
_asm/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module crypto/internal/fips140/nistec/_asm
|
||||
|
||||
go 1.24
|
||||
|
||||
require github.com/mmcloughlin/avo v0.6.0
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.20.0 // indirect
|
||||
golang.org/x/sync v0.8.0 // indirect
|
||||
golang.org/x/tools v0.24.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user