huww98 / DES

Data Encryption Standard C++ implementation. High performance yet easy to understand.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DES

Data Encryption Standard C++ implementation. High performance yet easy to understand.

An experimentation of my Information System Security course.

Using template and constexpr to build data stuctures at compile time. And achieve high performance in this way.

About

Data Encryption Standard C++ implementation. High performance yet easy to understand.

License:MIT License


Languages

Language:C++ 98.8%Language:CMake 1.2%