issues
search
secure-io
/
siv-go
Go implementation of AES-SIV-CMAC and AES-GCM-SIV
MIT License
6
stars
3
forks
source link
make AES-SIV-CMAC implemtation compatable with cipher.AEAD
#4
Closed
aead
closed
6 years ago
aead
commented
6 years ago
This PR:
Changes the order or the
plaintext
and
nonce
argument for
Seal
/
Open
to be compatable to
cipher.AEAD
Updates the package documentation.
Adds en/decrption examples for AES-SIV-CMAC. and adds the
go vet
command to the CI.
This PR:
plaintext
andnonce
argument forSeal
/Open
to be compatable tocipher.AEAD
go vet
command to the CI.