SSHSecure/const.go

7 lines
125 B
Go
Raw Normal View History

2020-09-03 19:11:42 -04:00
package sshsecure
const (
RoundsDefUser uint = 100
RoundsDefHost uint = 0 // 0 = Default rounds
RSABitSize uint = 4096
)