-
Notifications
You must be signed in to change notification settings - Fork 9
Known bugs
Following is the list of bugs we know but probably won't fix:
Streams like rho-stream are configured as cycle in the nested structure. The pipes are using shared_ptr
(used on 3 places: 2x the nested structure of streams + in the pipe ids hashtable). However, using cyclic shared_ptr
s leads to unability to dealocate the memory.
The leak size is ~300 B and there is no reason to happen periodically. The streams structure is created and destructed exactly once. Therefore it would be more difficult to solve, than is the added value of having it functional.
Bugs we plan to fix are listed in project issues.
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