package
Version:
v0.0.0-...-4abcc0c
Opens a new window with list of versions in this module.
Published: Oct 24, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
- Constants
-
func AesgcmDecrypt(key, nonce, data, mac []byte) ([]byte, error)
-
func AesgcmEncrypt(key, nonce, input []byte) ([]byte, error)
-
func HKDFderiveSecrets(inputKeyMaterial, info []byte, outputLength int) ([]byte, error)
View Source
const TAG_LENGTH_BYTES = 16
func HKDFderiveSecrets(inputKeyMaterial, info []byte, outputLength int) ([]byte, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.