Module bdrck::crypto[][src]

crypto contains some basic cryptographic primitives, built largely on top of NaCl, which are generally useful for any program which performs crypto ops.

Modules

key

key defines structures which represent cryptographic keys, and provides some generic code to implement basic operations like encryption, decryption, and key wrapping.

keystore

keystore defines a structure for persisting a "master key" on disk, via key wrapping.