Documentation ¶ Index ¶ Constants func NewCipher(key []byte, nonce []byte) cipher.Stream Constants ¶ View Source const BlockSize = 64 BlockSize is the block size of Skein-512 in bytes. Variables ¶ This section is empty. Functions ¶ func NewCipher ¶ func NewCipher(key []byte, nonce []byte) cipher.Stream NewCipher returns a cipher.Stream for encrypting a message with the given key and nonce. The same key-nonce combination must not be used to encrypt more than one message. There are no limits on the length of key or nonce. Types ¶ This section is empty. Source Files ¶ View all Source files sbox.go skein.go utils.go Click to show internal directories. Click to hide internal directories.