go_sshkeys/cipher/consts.go

6 lines
45 B
Go
Raw Permalink Normal View History

2022-04-28 05:40:27 -04:00
package cipher
const (
PadMod int = 0xff
)