Skip to content

DammSum: efficient mnemonic seeds from quasigroup checksums

License

Notifications You must be signed in to change notification settings

cypherstack/dammsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DammSum: efficient mnemonic seeds from quasigroup checksums

This respository contains a technical note and proof-of-concept code for a mnemonic seed generation technique related to research performed by Cypher Stack for Slaz Labs.

Requirements

The technical note requires a suitable LaTeX distribution, along with an assortment of packages.

The code requires an active Python 3 release.

Testing

Technical note

Testing for the technical note is done by a workflow in this repository that builds the note and checks for errors and certain warnings. You can view the resulting PDF as a build artifact.

Build status

Code

Testing for the code is done by a workflow in this repository that runs the test suite against all active Python 3 release minor versions.

Test status