-
Currently, there is no way to update the tweak value between successive encrypt/decrypt calls without creating a new cipher instance. This is inefficient and it would be appreciated if you added a way…
-
Can you implement a 1024 bits version? Assuming the 512 bits module exists, it wouldn't be so hard to do that (I'm newbie in C).
I have been benchmarking threefish with a key of 1024 bits and I see…
-
Developed by [Bruce Schneier](https://www.schneier.com/blog/about/) et al.
[Threefish ](https://www.schneier.com/academic/skein/threefish.html) is a fast, tweakable block cipher.
[Skein ](https://www…
-
This library is really great.
I would like to use it in cooperation with Bouncy Castle, however it lacks Threefish 1024. It would be great to add Threefish in full length (including 1024 bit CMAC …
-
Threefish is an example of [tweakable](http://people.csail.mit.edu/rivest/LiskovRivest-TweakableBlockCiphers.pdf) block cipher, thus ideally we need an appropriate trait for it.
One option is to us…
-
Hi, thanks for this work.
I wonder how are the clauses in the threefish env (nsfr/nsfr/data/lang/bigfish/bigfish_bs_rf1/clauses.txt) generated?
I tried to use the provided ppo model (src/models/bigf…
-
List of "would be nice to have" block ciphers:
- [x] ARIA (#340)
- [x] Camellia (#293)
- [x] CAST5 (#36)
- [x] CAST6 (#384)
- [x] DES (#2)
- [x] IDEA (#35)
- [ ] Kalyna
- [x] Kuznyechik
- [x]…
-
When trying to use the PRNG to generate some number ghc crashes:
```
λ import Crypto.Threefish.Random
λ gen
-
s/Threefisch/Threefish/g
-
Hello blanu,
I have added the Debian install instructions to the repo Wiki, as per your request.
However, I am running into a new issue since the code 2.3.1 release. I setup a fresh Debian VM to do …