GaloisInc / hacrypto

Experiments in high-assurance crypto.
BSD 3-Clause "New" or "Revised" License
47 stars 14 forks source link

Solution for Algorithms not supported in Java #70

Open jldodds opened 10 years ago

jldodds commented 10 years ago

Some algorithms (AES CFB1) aren't obviously supported in java. We need an approach for generating good test cases in situations like this.

jldodds commented 10 years ago

XTS is another example

jldodds commented 10 years ago

We should either implement a new version of these or find another implementation... Even if it means finding a non-java implementation and calling it