authenticated-encryption

2018-10-18

Authenticated-Encryption functions

Upstream URL

github.com/kkazuo/authenticated-encryption

Author

Koga Kazuo

License

MIT
README

Authenticated-Encryption

A implementation of Authenticated Encryption

Usage

Encrypt

(aead::authenticated-encrypt plain-text-as-bytes :secret secret-bytes)
;=> encrypted-bytes

Decrypt

(aead::authenticated-decrypt encrypted-bytes :secret secret-bytes)
;=> plain-text-as-bytes
; or raise authenticated-decrypt-error condition

Installation

Cite

Dependencies (2)

  • 1am
  • ironclad

Dependents (0)

    • GitHub
    • Quicklisp