aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_lib.h
Commit message (Collapse)AuthorAge
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* Add REGEX_INTERNAL_iterate_reachable_edges which only reveals edges ↵Bart Polot2013-09-26
| | | | | | | reachable from states with proof longer or equal to REGEX_INITIAL_BYTES
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* -moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof ↵Christian Grothoff2013-06-26
| | | | check into block plugin
* -renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff2013-06-26
| | | | not the REGEX_INTERNAL_ prefix
* -cleaning up block code, moving all of the block logic into the block libraryChristian Grothoff2013-06-26
|
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff2013-06-20
| | | | library, minimizing the internal library, renaming files according to which library they belong to
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with