des

3DES native library for Nim


Keywords
library, encryption, crypto
License
MIT
Install
nimble install des

Documentation

des.nim

About

This is a Nim port of a C-based DES implementation.

Examples

TODO

Future

DUKPT based on DES. MAC based on DES/DUKPT keys.

Credits

Thanks to the libtomcrypt authors on whose work this library is based.