Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.98 KB

todo.md

File metadata and controls

58 lines (36 loc) · 2.98 KB

spinal.crypto

🆗 Implemented / 🔄 In process / 🚫 Not implemented

Symmetric

Algo Status Remark
DESCore_Std 🆗 Not tested on FPGA
TripleDESCore_Std 🆗 Not tested on FPGA
AESCore_Std (128/192/256-bit) 🆗 Not tested on FPGA
Block Cipher mode operation (CBC,ECB,CTR,OFB,CFB) 🆗 CTR not implemented
Twofish 🆗 Not tested on FPGA
RC6 🚫 -

Asymmetric

Algo Status Remark
RSA 🚫 -
Elliptic curve cryptography 🚫 -

Hash

Algo Status Remark
MD5Core_Std 🆗 Not tested on FPGA
SHA2Core_Std 🆗 Not tested on FPGA
SHA3Core_Std 🆗 Not tested on FPGA
MD6 🚫 -

MAC

Algo Status Remark
HMACCore_Std 🆗 Not tested on FPGA

Misc

Algo Status Remark
LFSR (Fibonacci/Galois) 🆗 Not tested on FPGA
TRNG with PLL 🚫 -
CRC 🆗 Test only CRC 8, 16, 32
Keccak 🆗 Not tested on FPGA