index
:
libar2
master
[Feature complete] Library for the Argon2-family of hashing functions
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-19
libar2_encode_base64: fix support for overlap
1.2.2
Mattias Andrée
1
-6
/
+22
2022-03-19
test: check libar2_decode_base64 with buffer overlap
Mattias Andrée
1
-9
/
+20
2022-02-17
Some fixes
1.2
Mattias Andrée
1
-13
/
+43
2022-02-17
m style
Mattias Andrée
1
-2
/
+1
2022-02-17
m + add tests for optimisations
Mattias Andrée
1
-5
/
+60
2022-02-17
m + use optimisations '(adds auto-executed function: libar2_init)'
Mattias Andrée
1
-3
/
+1
2022-02-17
Add optimisations (no yet used)
Mattias Andrée
1
-1
/
+1
2022-02-16
Fix previous commit
Mattias Andrée
1
-1
/
+4
2022-02-16
Strict parameter order in parameter string (this is what is done in the reference implementation and is the desirable behaviour)
Mattias Andrée
1
-6
/
+13
2022-02-16
Make test code work with musl
1.1.1
Mattias Andrée
1
-14
/
+18
2022-02-16
Fix check for 0-prefixed integers parameter string
Mattias Andrée
1
-0
/
+5
2022-02-16
m
Mattias Andrée
1
-1
/
+1
2022-02-16
Add more tests
Mattias Andrée
1
-19
/
+41
2022-02-16
Add more tests
Mattias Andrée
1
-2
/
+25
2022-02-16
m
Mattias Andrée
1
-0
/
+1
2022-02-16
Add more test code
Mattias Andrée
1
-2
/
+123
2022-02-16
More tests and some small improvements
Mattias Andrée
1
-13
/
+191
2022-02-16
Small optimisation for little-endian machines
Mattias Andrée
1
-1
/
+38
2022-02-14
Refine libar2_hash_buf_size + add test + securely erase parts of the hash output buffer that is written to but is not part of the hash
Mattias Andrée
1
-0
/
+67
2022-02-13
Fix typo
Mattias Andrée
1
-2
/
+2
2022-02-13
m
Mattias Andrée
1
-0
/
+1
2022-02-12
Use params->version == 0 for implicit specification of version 1.0
Mattias Andrée
1
-0
/
+48
2022-01-19
Fix warnings
Mattias Andrée
1
-23
/
+23
2022-01-17
test: improve portability
Mattias Andrée
1
-1
/
+13