This gist holds steps for generating Known Answer Tests from Xoofff's reference C++ implementation ( more @ https://github.com/KeccakTeam/Xoodoo.git ), by applying following git patch s.t. these KATs can be used for ensuring functional correctness of my Rust library implementation of Xoofff ( more @ https://github.com/itzmeanjan/xoofff ).
- Clone repository holding reference implementation of Xoofff
git clone https://github.com/KeccakTeam/Xoodoo.git- Pin repository state to specific commit.