checking in for the night.
key generation should be done, need to finish packing/formatting. also need to start on moduli generation.
This commit is contained in:
1
moduli/const.go
Normal file
1
moduli/const.go
Normal file
@@ -0,0 +1 @@
|
||||
package moduli
|
||||
1
moduli/func.go
Normal file
1
moduli/func.go
Normal file
@@ -0,0 +1 @@
|
||||
package moduli
|
||||
5
moduli/main.go
Normal file
5
moduli/main.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package moduli
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
6
moduli/ref/sources
Normal file
6
moduli/ref/sources
Normal file
@@ -0,0 +1,6 @@
|
||||
https://man7.org/linux/man-pages/man5/moduli.5.html
|
||||
https://security.stackexchange.com/questions/41941/consequences-of-tampered-etc-ssh-moduli
|
||||
https://access.redhat.com/blogs/766093/posts/2177481
|
||||
https://security.stackexchange.com/a/113058
|
||||
https://github.com/Luzifer/go-dhparam
|
||||
https://github.com/mimoo/test_DHparams
|
||||
1
moduli/struct.go
Normal file
1
moduli/struct.go
Normal file
@@ -0,0 +1 @@
|
||||
package moduli
|
||||
Reference in New Issue
Block a user