//
pkg.gl
Category
github.com/ProtonMail/go-crypto
ocb
package
1.1.3
Repository:
https://github.com/protonmail/go-crypto.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
492 SLOC
#
Functions
NewOCB
NewOCB returns an OCB instance with the given block cipher and default tag and nonce sizes.
NewOCBWithNonceAndTagSize
NewOCBWithNonceAndTagSize returns an OCB instance with the given block cipher, nonce length, and tag length.