Commit Graph
5 Commits
Author SHA1 Message Date
Paul Hauner 9717698f7b Break split function into its own crate.
- Added tests
- Remove it from the delegation dir
- Added it as a crate in utils
2018-10-10 16:09:00 +11:00
Paul Hauner eca4448207 Remove test vectors
These will be added in a future PR.
2018-10-03 13:45:57 +10:00
Paul Hauner 6d4a3bba11 Update shuffling comments 2018-10-03 13:43:46 +10:00
Paul Hauner 2763f7bc00 Move shuffling to its own crate, update hash fn
Previously blake2s-256 was being used, now blake2b-512[:32] is being
used.
2018-10-03 13:43:28 +10:00
Paul Hauner 0fbe4179b3 Heavily restructure repo
Separate most modules into crates
2018-10-02 16:41:10 +10:00