Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (13 loc) · 1.06 KB

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