7 lines
102 B
Go
7 lines
102 B
Go
package poly1305
|
|
|
|
const (
|
|
Name string = "chacha20-poly1305@openssh.com"
|
|
BlockSize int = 8
|
|
)
|