//
pkg.gl
Category
github.com/brutella/hap
chacha20poly1305
package
0.0.35
Repository:
https://github.com/brutella/hap.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
49 SLOC
#
Functions
DecryptAndVerify
DecryptAndVerify returns the chacha20 decrypted messages.
EncryptAndSeal
EncryptAndSeal returns the chacha20 encrypted message and poly1305 message authentictor (also referred as seals) Nonce should be 8 byte.