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
/
pubkey
/
ec_group
/
ec_group.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce usage of oids.h with the addition of some helpers on OID
Jack Lloyd
2019-08-04
1
-3
/
+2
*
Deprecate and replace OIDS::lookup
Jack Lloyd
2019-08-04
1
-2
/
+2
*
s/as_string/to_string/
Jack Lloyd
2019-03-01
1
-1
/
+1
*
Add functions to get size of PK ciphertext,plaintext
Jack Lloyd
2018-08-10
1
-0
/
+9
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-24
/
+3
*
Correct computing of discriminant in EC_Group::verify_group
Jack Lloyd
2018-06-27
1
-16
/
+34
*
Attempt to verify decoded ECC groups are using prime fields
Jack Lloyd
2018-06-20
1
-2
/
+37
*
Changes to allow masked lookups for variable point mult
Jack Lloyd
2018-06-20
1
-2
/
+1
*
Address DSA/ECDSA side channel
Jack Lloyd
2018-06-13
1
-0
/
+20
*
DER improvements
Jack Lloyd
2018-05-22
1
-6
/
+14
*
Add EC_Group::inverse_mod_order
Jack Lloyd
2018-04-17
1
-0
/
+10
*
Various minor ECC optimizations
Jack Lloyd
2018-04-13
1
-1
/
+1
*
Add EC_Group::a_is_zero
Jack Lloyd
2018-04-11
1
-1
/
+9
*
Handle some corner cases in ECC mult
Jack Lloyd
2018-03-25
1
-2
/
+6
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
1
-0
/
+5
*
Add EC_Group::clear_registered_curve_data
Jack Lloyd
2018-03-19
1
-0
/
+14
*
Cache additional values for PointGFp multi-exponentiation
Jack Lloyd
2018-03-19
1
-1
/
+2
*
Catch exceptions by reference not value
Jack Lloyd
2018-03-16
1
-1
/
+1
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
1
-1
/
+1
*
Add blinded_base_point_multiply_x
Jack Lloyd
2018-03-08
1
-0
/
+7
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
1
-10
/
+14
*
Support decoding of ECC groups with seed parameter
Jack Lloyd
2018-03-04
1
-0
/
+2
*
Avoid confusing error if invalid EC_Group is used
Jack Lloyd
2018-03-02
1
-3
/
+9
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
1
-8
/
+30
*
Add EC_Group::verify_public_element
Jack Lloyd
2018-02-23
1
-0
/
+23
*
Small cleanup
Jack Lloyd
2018-02-21
1
-3
/
+8
*
Expose EC_Group::a_is_minus_3
Jack Lloyd
2018-02-21
1
-1
/
+10
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
1
-0
/
+23
*
Move allocator initializer RAII class to mem_ops.h
Jack Lloyd
2018-02-19
1
-5
/
+0
*
Add point_multiply operation to EC_Group
Jack Lloyd
2018-02-18
1
-0
/
+5
*
Add functions to reduce integers mod the order to EC_Group
Jack Lloyd
2018-02-18
1
-3
/
+39
*
Alternate method of forcing allocator initialization
Jack Lloyd
2018-02-04
1
-1
/
+6
*
Add hack to deal with initialization fiasco
Jack Lloyd
2018-02-04
1
-0
/
+6
*
Create a persistent registry for ECC group data
Jack Lloyd
2018-02-04
1
-107
/
+211
*
Fix deprecation warnings
Jack Lloyd
2018-02-01
1
-3
/
+18
*
Avoid CurveGFp in EC_Group interface
Jack Lloyd
2018-01-31
1
-18
/
+75
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-56
/
+193
*
Prepare for making BER_Object members private
Jack Lloyd
2018-01-18
1
-3
/
+3
*
Add SM2 signature scheme
Jack Lloyd
2017-06-29
1
-1
/
+3
*
Add a check in EC_Group encoding for OID being set
Jack Lloyd
2017-06-29
1
-0
/
+6
*
Add ec_group verify function
Never
2017-02-24
1
-0
/
+41
*
Fix how DL_Group chooses generator for strong prime groups.
Jack Lloyd
2017-01-06
1
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-5
/
+5
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-12
/
+12
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-1
/
+0
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+134