starting moduli.c port from OpenSSH

This commit is contained in:
brent s
2021-05-04 03:39:43 -04:00
parent d3a5f039c1
commit a31d50359a
11 changed files with 364 additions and 60 deletions
+12
View File
@@ -0,0 +1,12 @@
module r00t2.io/sshsecure
go 1.16
require (
github.com/Luzifer/go-dhparam v1.1.0
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
github.com/go-restruct/restruct v1.2.0-alpha
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
r00t2.io/sysutils v0.0.0-20210427083717-fbf1049fd285
)