index
:
vnuge/noscrypt.git
c-sharp
develop
master
A nostr specific cryptography library written in C
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-03
Merge branch 'master' into develop
vnugent
2024-03-03
Squashed commit of the following:
vnugent
2024-03-03
test: #3 tests for encryption/description and Macs
vnugent
2024-03-03
merge master
vnugent
2024-03-02
fix: #2 constent usage of sizeof() operator on struct types
vnugent
2024-03-01
perf: avoid nc_key struct copy, cast and verify instead
vnugent
2024-02-12
fix: found the constant time memcompare function
vnugent
2024-02-09
feat: added/update MAC functions to sign or verify nip44 payload
vnugent
2024-02-07
add missing hmac-key output buffer
vnugent
2024-02-04
merge latest patches and tests
vnugent
2024-02-04
simple bug fixes, and public api argument validation tests
vnugent
2024-02-02
update api to return secpvalidate return code instead of internal return codes
vnugent
2024-02-02
change to lgpl license
vnugent
2024-01-31
move validation macros, and optionally disable them
vnugent
2024-01-30
couple more tests, renable range checks, set flags for all projects
vnugent
2024-01-28
add github sync
vnugent
2024-01-28
initial commit
vnugent