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
/
math
/
ec_gfp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge ec_gfp and ec_group modules
Jack Lloyd
2018-02-25
8
-2113
/
+0
*
Use reduce_below in PointGFp
Jack Lloyd
2018-02-25
1
-8
/
+4
*
Use BigInt::reduce_below in NIST prime reductions
Jack Lloyd
2018-02-25
1
-31
/
+5
*
Pass workspace size to various bigint_ functions
Jack Lloyd
2018-02-25
1
-6
/
+8
*
Use 2-bit wide table in PointGFp multi_exponentiate
Jack Lloyd
2018-02-23
2
-17
/
+56
*
Inline NIST normalize function, use bigint_sub3
Jack Lloyd
2018-02-23
1
-12
/
+3
*
Avoid unneeded grow_to calls
Jack Lloyd
2018-02-23
1
-1
/
+2
*
Small cleanups in NIST reduction code
Jack Lloyd
2018-02-23
1
-35
/
+22
*
In PointGFp add/double avoid creating temporaries
Jack Lloyd
2018-02-23
2
-39
/
+53
*
Move declarations that don't need to be friends of PointGFp
Jack Lloyd
2018-02-21
1
-21
/
+20
*
Use a table in multi_exponentiate
Jack Lloyd
2018-02-21
1
-13
/
+13
*
Remove the randomized Montgomery point mul code
Jack Lloyd
2018-02-21
2
-61
/
+2
*
Remove mutable worksspace from PointGFp
Jack Lloyd
2018-02-21
3
-100
/
+89
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
3
-103
/
+244
*
Create a persistent registry for ECC group data
Jack Lloyd
2018-02-04
2
-17
/
+44
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-3
/
+3
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
1
-7
/
+9
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
2
-5
/
+5
*
Header file cleanups
Jack Lloyd
2017-09-21
3
-3
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
3
-6
/
+6
*
Export CurveGFp_Repr to avoid UBSan error
Jack Lloyd
2017-09-20
1
-1
/
+1
*
Add API stability annotations.
Jack Lloyd
2017-09-19
3
-19
/
+19
*
Content:
Tomasz Frydrych
2017-04-03
2
-3
/
+3
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Converge on a single side channel silent ec mp alg: randomized
Never
2017-02-22
1
-48
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
3
-124
/
+124
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
1
-14
/
+5
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-1
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-3
/
+3
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
2
-4
/
+7
*
Fix two bugs in 1.11.27 which caused test failures.
1.11.28
Jack Lloyd
2016-02-01
1
-3
/
+0
*
Fix heap overflow in ECC point multiplication
Jack Lloyd
2016-02-01
3
-4
/
+19
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-6
/
+6
*
Fix PointGFp multiplication bug
Jack Lloyd
2016-01-03
1
-18
/
+0
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-2
/
+2
*
Remove call to abort on a zero point in PointGFp::get_affine_{x,y}
Jack Lloyd
2015-11-13
1
-4
/
+0
*
Move GF(p) side channel countermeasure toggles to build.h
Jack Lloyd
2015-08-28
2
-28
/
+43
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
2
-128
/
+251
*
Expose the NIST prime values and reduction operations as plain functions.
Jack Lloyd
2015-08-08
5
-255
/
+229
*
lib/math: Convert &vec[0] to vec.data()
Daniel Seither
2015-06-20
3
-8
/
+8
*
Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to
lloyd
2015-03-11
1
-1
/
+3
*
Comile fixes for VC 2013. Based on github pull 56
neusdan
2015-03-10
1
-1
/
+1
*
Add specialized reducers for P-192, P-224, P-256 and P-384
lloyd
2015-02-26
4
-16
/
+636
*
Reference the EC point add and double algorithms used
lloyd
2015-01-24
1
-0
/
+8
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
6
-6
/
+6
*
Switch to using Montgomery ladder for EC point multiplication.
lloyd
2014-12-10
1
-48
/
+4
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
6
-3
/
+229
*
Use noexcept on swap
lloyd
2014-11-04
1
-1
/
+1
*
Handle new source file
lloyd
2014-10-06
1
-4
/
+0
*
Move mul and square operations on a elliptic curve to CurveGFp so we
lloyd
2014-08-09
4
-213
/
+279
[next]