go_sshkeys/cipher/aes/aes128/gcm/consts.go

6 lines
63 B
Go
Raw Normal View History

package gcm
const (
Name string = "aes128-gcm@openssh.com"
)