Add swap_or_not_shuffle and tests.

The implementation is not matching the EF implementation at this point.
This commit is contained in:
Paul Hauner
2019-02-14 18:22:55 +11:00
parent c41b743d2d
commit 18e85a3cf8
4 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "swap_or_not_shuffle"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bytes = "0.4"
hashing = { path = "../hashing" }
[dev-dependencies]
yaml-rust = "0.4.2"
hex = "0.3"