DiceKeys Seeded Cryptography Library
Building blocks

Classes on which keys derived from seeds are built. More...

Classes

class  PackagedSealedMessage
 When a message is sealed, the ciphertext is packaged with the recipe in JSON Format for Recipes, as well as any optional unsealing instructions it was sealed with (unsealingInstructions). More...
 
class  Recipe
 This class parses a recipe string on construction and then exposes the Recipe JSON Universal Fields as fields of this class. More...
 
class  SodiumBuffer
 A byte array containing a length and a pointer to memory (the data field), which ensures data is erased (replaced with zeros) before the memory it occupies is released for re-use by other objects. More...
 

Detailed Description

Classes on which keys derived from seeds are built.