Checking in some work. Keygen is done (with confirmation of data formatting output pending), and dh params is way easier than I thought it would be. We shouldn't need to regenerate dhparams. i *think*.
This commit is contained in:
13
sharedconsts/const.go
Normal file
13
sharedconsts/const.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package sharedconsts
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// "Meta". Used for comment strings, etc.
|
||||
const (
|
||||
projName = "SSHSecure"
|
||||
projUrl = "https://git.square-r00t.net/SSHSecure"
|
||||
)
|
||||
|
||||
var IDCmnt = string(fmt.Sprintf("Autogenerated by %v (%v)", projName, projUrl))
|
||||
Reference in New Issue
Block a user