Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ... | Martin Willi | 2011-04-15 | 1 | -6/+15 |
* | Register algorithms with dependencies only if dependency available | Martin Willi | 2010-12-20 | 1 | -6/+12 |
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 1 | -3/+5 |
* | Fall back to shifting with 32-bit words if 64-bit byte order conversion funct... | Martin Willi | 2010-08-23 | 1 | -10/+12 |
* | Improve GCM performance by factor 2-3 by shifting full 32/64 bit words | Martin Willi | 2010-08-19 | 1 | -5/+25 |
* | Implemented a gcm plugin providing GCM mode based on CBC crypters | Martin Willi | 2010-08-19 | 5 | -0/+575 |