aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc_gnsrecord.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.
* UTIL: More unused variablesMartin Schanzenbach2023-09-20
|
* UTIL: Simplify EDKEY private key derivation again with simpler algorithm.Martin Schanzenbach2023-07-20
|
* UTIL: fix memory leaks in several places.ulfvonbelow2023-02-06
| | | | | | | | | | Namely, in: - GNUNET_CRYPTO_eddsa_private_key_derive - GNUNET_CRYPTO_hash_file_cancel - GNUNET_CRYPTO_hash_file - checkvec and check_vectors in gnunet-crypto-tvg Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* 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
* GNS: Sanitize APIs and align with LSD0001Martin Schanzenbach2022-03-27
|
* - include h in expanded key as defined in lsd0001Martin Schanzenbach2021-05-10
|
* -add more tests for eddsa and gnsrecordMartin Schanzenbach2021-05-03
|
* -fixMartin Schanzenbach2021-05-03
|
* -remove (hopefully) unnecessary clampingMartin Schanzenbach2021-05-03
|
* -more comments, refactor derive_hMartin Schanzenbach2021-05-03
|
* -more comments on EDKEY signatureMartin Schanzenbach2021-05-03
|
* GNS: Add EDKEY support.Martin Schanzenbach2021-05-02
GNS and GNSRECORD can now handle EdDSA keys in addition to the existing ECDSA scheme. See also LSD0001.