index
:
libsha2
master
[Feature complete] SHA-2-family hashing library
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Add optimised SHA-256 implementation using SHA-256 instrinsics for ARMv8 (almost 70 times faster)
Mattias Andrée
5 weeks
Tag
Download
Author
Age
1.1.2
libsha2-1.1.2.tar.gz
libsha2-1.1.2.tar.bz2
libsha2-1.1.2.tar.xz
Mattias Andrée
5 weeks
1.1.1
libsha2-1.1.1.tar.gz
libsha2-1.1.1.tar.bz2
libsha2-1.1.1.tar.xz
Mattias Andrée
3 months
1.1
libsha2-1.1.tar.gz
libsha2-1.1.tar.bz2
libsha2-1.1.tar.xz
Mattias Andrée
2 years
1.0.3
libsha2-1.0.3.tar.gz
libsha2-1.0.3.tar.bz2
libsha2-1.0.3.tar.xz
Mattias Andrée
3 years
1.0.2
libsha2-1.0.2.tar.gz
libsha2-1.0.2.tar.bz2
libsha2-1.0.2.tar.xz
Mattias Andrée
6 years
1.0.1
libsha2-1.0.1.tar.gz
libsha2-1.0.1.tar.bz2
libsha2-1.0.1.tar.xz
Mattias Andrée
6 years
1.0
libsha2-1.0.tar.gz
libsha2-1.0.tar.bz2
libsha2-1.0.tar.xz
Mattias Andrée
6 years
Age
Commit message
Author
Files
Lines
2022-07-08
Use SHA extensions
1.1
Mattias Andrée
7
-24
/
+293
2022-07-07
Use uint_leastN_t instead of uintN_t
Mattias Andrée
4
-49
/
+70
2022-07-07
Bump year
Mattias Andrée
1
-1
/
+1
2022-07-07
Use malloc by default but allow bounded alloca
Mattias Andrée
4
-1
/
+44
2022-07-07
Don't marshal w
Mattias Andrée
2
-12
/
+10
2022-07-07
Remove documentation from .c files that already exist in .h files
Mattias Andrée
17
-132
/
+0
2022-07-07
Inline the output size functions
Mattias Andrée
4
-43
/
+38
2022-07-07
Add libsha2.7
Mattias Andrée
2
-0
/
+32
2022-07-07
Add coverage test
Mattias Andrée
3
-1
/
+16
2022-07-07
SHA 2 => SHA-2
Mattias Andrée
15
-15
/
+15
[...]
Clone
git://git.maandree.se/libsha2
https://git.maandree.se/libsha2
ssh://$USER@maandree.se/gitrepos/libsha2