linear_cryptanalysis

simple linear cryptanalysis attack on an spn
git clone git://git.superpozycja.net/linear_cryptanalysis
Log | Files | Refs | README

commit 24e3768742d0b98e845a2d8dfc87a3307c2321cb
parent a39d0779d7a5be3f1a44ef4a6ac0b9705e995aad
Author: superpozycja <anna@superpozycja.net>
Date:   Thu, 12 Sep 2024 13:25:25 +0200

add cargo lock

Diffstat:
ACargo.lock | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "linear_cryptanalysis" +version = "0.1.0"