aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-25refactor: Finish support and testing for mbedtlsLibravatar vnugent
2024-04-23refactor!: MbedTLS on Windows, switch to uint32Libravatar vnugent
2024-04-23refactor: Crypto dep redesign working on WindowsLibravatar vnugent
2024-04-18refactor!: Pushing what I have to devLibravatar vnugent
2024-04-13fix: convert constants to hex, inline macro, ParseErrorCodeLibravatar vnugent
2024-04-03fix: Fix c89 compatabilty comments and struct assignmentLibravatar vnugent
2024-03-30refactor!: Some api (struct) changes and updated testsLibravatar vnugent
2024-03-03test: #3 tests for encryption/description and MacsLibravatar vnugent
2024-03-02fix: #2 constent usage of sizeof() operator on struct typesLibravatar vnugent
2024-03-01perf: avoid nc_key struct copy, cast and verify insteadLibravatar vnugent
2024-02-12fix: found the constant time memcompare functionLibravatar vnugent
2024-02-09feat: added/update MAC functions to sign or verify nip44 payloadLibravatar vnugent
2024-02-07add missing hmac-key output bufferLibravatar vnugent
2024-02-04simple bug fixes, and public api argument validation testsLibravatar vnugent
2024-02-02update api to return secpvalidate return code instead of internal return codesLibravatar vnugent
2024-02-02change to lgpl licenseLibravatar vnugent
2024-01-31move validation macros, and optionally disable themLibravatar vnugent
2024-01-30couple more tests, renable range checks, set flags for all projectsLibravatar vnugent
2024-01-28initial commitLibravatar vnugent