Module

Codec.Encryption.DES

Package
purescript-des
Repository
jacereda/purescript-des

#encrypt Source

encrypt :: Key -> Word64 -> Word64

Encrypt a single Word64 with the given key.

#decrypt Source

decrypt :: Key -> Word64 -> Word64

Decrypt a single Word64 with the given key.