//
pkg.gl
Category
golang.org/x/crypto
xts
package
0.36.0
Repository:
https://go.googlesource.com/crypto
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
7
Files
117 SLOC
#
Functions
NewCipher
NewCipher creates a Cipher given a function for creating the underlying block cipher (which must have a block size of 16 bytes).
#
Structs
Cipher
Cipher contains an expanded key structure.