aboutsummaryrefslogtreecommitdiff
path: root/src/util/perf_crypto_rsa.c
Commit message (Collapse)AuthorAge
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* also benchmark 4096Christian Grothoff2022-01-13
|
* changed derive_secrets APIGian Demarmels2021-12-21
| | | | | | | | changed derive_secrets API repaired performance test uncrustify
* fix typeChristian Grothoff2020-11-22
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* doxChristian Grothoff2019-07-22
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* Fix perf_crypto_rsa.c after various changesJeff Burdges2016-06-14
| | | | | | Not perfect, but some functionality is nolonger exposed.
* rename.sh GNUNET_CRYPTO_rsa_BlindingKey to GNUNET_CRYPTO_RsaBlindingKey ↵Christian Grothoff2016-05-19
| | | | following naming conventions
* fix ftbfsChristian Grothoff2016-04-16
|
* fixing symbol naming and coding convention issuesChristian Grothoff2016-03-21
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -add benchmark for RSA cryptoChristian Grothoff2015-09-03