index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
poly1305
/
poly1305.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/poly1305/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.
Andy Polyakov
2018-02-24
1
-3
/
+2
*
Convert poly1305 selftest into internal test
Richard Levitte
2016-11-03
1
-506
/
+1
*
Convert memset calls to OPENSSL_cleanse
Matt Caswell
2016-06-30
1
-1
/
+2
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-4
/
+6
*
Use OPENSSL_hexchar2int
Rich Salz
2016-05-16
1
-7
/
+4
*
fix tab-space mixed indentation
FdaSilvaYY
2016-05-09
1
-9
/
+9
*
various spelling fixes
FdaSilvaYY
2016-04-28
1
-1
/
+1
*
crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.
Andy Polyakov
2016-04-25
1
-1
/
+17
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-1
/
+1
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-1
/
+1
*
crypto/poly1305: don't break carry chains.
Andy Polyakov
2016-04-04
1
-6
/
+78
*
poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.
Andy Polyakov
2016-03-29
1
-1
/
+31
*
poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.
Andy Polyakov
2016-03-02
1
-0
/
+31
*
poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM.
Andy Polyakov
2016-02-10
1
-3
/
+12
*
Add reference ChaCha20 and Poly1305 implementations.
Andy Polyakov
2015-12-10
1
-0
/
+879