Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 449 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 449 Bytes

des

Go Reference

Package des implements the Data Encryption Standard (DES) as described in chapter 7.4 of Handbook of Applied Cryptography, 1997. DES proceeds in 16 rounds, processing 64-bit plaintext blocks into 64-bit ciphertext blocks using a 56-bit key. This was made made mainly out of curiosity and to experiment with AVX extensions.