index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
mac
/
poly1305
/
poly1305.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-3
/
+3
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-4
/
+4
*
Cleanups in Poly1305
Jack Lloyd
2018-11-09
1
-23
/
+23
*
Optimization for Poly1305
Jack Lloyd
2018-09-20
1
-17
/
+24
*
Code formatting tweak in Poly1305 code
Jack Lloyd
2017-12-03
1
-5
/
+5
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-32
/
+32
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+0
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-2
/
+0
*
s/auto/size_t/
Simon Warta
2015-07-03
1
-1
/
+1
*
More changes for use with debug STL
Simon Warta
2015-06-30
1
-1
/
+5
*
lib/mac: Convert &vec[0] to vec.data()
Simon Warta
2015-06-25
1
-4
/
+4
*
Wrong function
lloyd
2015-02-28
1
-1
/
+1
*
Amalgamation fixes; inline the poly1305 header and :: namespace OpenSSL funcs
lloyd
2015-02-22
1
-2
/
+129
*
Use registry for streams and MACs. Start updating callers.
lloyd
2015-01-31
1
-1
/
+4
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Fix one past the end write in Poly1305 finish
lloyd
2014-12-31
1
-1
/
+1
*
Add Poly1305, based on poly1305-donna by Andrew Moon.
lloyd
2014-12-29
1
-0
/
+73