This commit is contained in:
Henry Case 2019-11-28 09:38:48 +00:00
parent 5672ec8fbf
commit 815aec7065
2 changed files with 9 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/henrydcase/sidh_torture
go 1.13
require github.com/henrydcase/nobs v0.0.0-20191125150329-7efbbf474559

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/henrydcase/nobs v0.0.0-20191125150329-7efbbf474559 h1:tr5PqEaPopB2KYEm/Xji8Eo3j6TR6fuKiN6dOTyQgRY=
github.com/henrydcase/nobs v0.0.0-20191125150329-7efbbf474559/go.mod h1:+liTPsuK0xSOSyNKhVz4h7Khig8zW4NcvxdVbzS0Jyw=
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e h1:N7DeIrjYszNmSW409R3frPPwglRwMkXSBzwVbkOjLLA=
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=