-
Notifications
You must be signed in to change notification settings - Fork 9
Third party libraries
Karel Kubicek edited this page Mar 2, 2018
·
1 revision
EACirc uses external library for JSON config parsing and PCG pseudo random generator.
- For JSON parsing we are using json library from author Niels Lohmann. Library is provided under MIT license.
- We are using pcg32 algorithm from library PCG random number generation, C++ edition. Library is provided under Apache License version 2.0. More information can be found in README file.
- EACirc-streams and core are verified using unit and integreation tests. We use Google test library for that.
Getting started
Building notes
Running notes
Recommended scenarios
Configuration file structure
Developer notes
Framework components
Submodules
Third party libraries
Coding guide
Testing
Known bugs
User notes
List of streams
Block ciphers
Stream ciphers
Hash functions
PRNGs
WIP CAESAR
Useful links