stego-uuid-1.0.0.0: Generator and verifier for steganographic numbers

Safe HaskellNone
LanguageHaskell2010

Crypto.Stego.UUID

Description

See README.md for an example and security considerations.

Synopsis

Documentation

mark :: StegoKeyHi -> StegoKeyLo -> Word64 -> UUID Source #

Creates a secretly "marked" UUID given a two-part secret key and random input

isMarked :: StegoKeyHi -> StegoKeyLo -> UUID -> Bool Source #

Detects UUIDs previously marked with the given key

newtype StegoKeyHi Source #

Secret key, high 64 bits.

Constructors

KeyHi64 Word64 

newtype StegoKeyLo Source #

Secret key, low 64 bits.

Constructors

KeyLo64 Word64