checking in

This commit is contained in:
2020-09-03 19:11:42 -04:00
parent 83f1a431c2
commit 456284a697
6 changed files with 149 additions and 0 deletions

7
const.go Normal file
View File

@@ -0,0 +1,7 @@
package sshsecure
const (
RoundsDefUser uint = 100
RoundsDefHost uint = 0 // 0 = Default rounds
RSABitSize uint = 4096
)