arthurherbout / crypto_code_detection

Automatic Detection of Custom Cryptographic C Code
8 stars 4 forks source link

(1) Extract cryptography files from the crypto competitions #4

Closed corentinllorca closed 4 years ago

corentinllorca commented 4 years ago

See #1

redouane-dziri commented 4 years ago

Extracted C code from the following:

CAESAR

SHA-3

PHC

NIST

AND https://embeddedsw.net/Cipher_Reference_Home.html

Manually checked to avoid False Positives (pretty restrictive the proportion of FP should be very - very - low). Got about ~300 files total.

Also:

redouane-dziri commented 4 years ago

See #9

redouane-dziri commented 4 years ago

Merged and done