package
0.0.0-20190317225127-9f44e2d11115
Repository: https://github.com/jacobsa/crypto.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
CmacCases returns test cases for AES-CMAC.
DblCases returns test cases for dbl.
EncryptCases returns test cases for Encrypt.
FromRfcHex decodes a hex string that may contain spaces, as used in test vectors in RFCs.
GenerateSubkeyCases returns test cases for generateSubkey.
S2vCases returns test cases for S2V.
# Structs
CmacTestCase represents a test case for AES-CMAC generated using the reference implementation from RFC 4493.
DblTestCase represents a test case for dbl() generated using a reference implementation.
EncryptTestCase represents a test case for Encrypt() generated using a reference implementation.
GenerateSubkeyTestCase represents a test case for generateSubkey generated using the reference implementation from RFC 4493.
S2vTestCase represents a test case for S2V() generated using a reference implementation.