Skip to content
Snippets Groups Projects
Commit ac9807c8 authored by guilhem's avatar guilhem Committed by Joey Hess
Browse files

Leverage an ambiguities between Ciphers

Cipher is now a datatype

    data Cipher = Cipher String | MacOnlyCipher String

which makes more precise its interpretation MAC-only vs. MAC + used to
derive a key for symmetric crypto.
parent 6883c17d
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment