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
/
sm2
/
sm2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
1
-2
/
+2
*
More uses of make_unique instead of unique_ptr(new ...)
Jack Lloyd
2021-04-04
1
-3
/
+3
*
Add Private_Key::public_key
Jack Lloyd
2020-11-28
1
-0
/
+5
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-3
/
+3
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+1
*
Address a side channel in RSA and SM2
Jack Lloyd
2018-12-24
1
-1
/
+1
*
Support SM2 raw signatures
Jack Lloyd
2018-09-09
1
-57
/
+101
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
1
-0
/
+2
*
Combine SM2 key types for signatures and encryption
Jack Lloyd
2018-08-01
1
-15
/
+20
*
Add EC_Group::inverse_mod_order
Jack Lloyd
2018-04-17
1
-2
/
+2
*
Precompute for multiexponentation when verifying ECC signatures
Jack Lloyd
2018-04-17
1
-4
/
+5
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
1
-1
/
+1
*
Use blinded_base_point_multiply_x in the various signature schemes
Jack Lloyd
2018-03-08
1
-4
/
+4
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
1
-2
/
+2
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
1
-3
/
+2
*
Further simplifications in SM2 code
Jack Lloyd
2018-02-18
1
-3
/
+3
*
Add point_multiply operation to EC_Group
Jack Lloyd
2018-02-18
1
-1
/
+1
*
Add functions to reduce integers mod the order to EC_Group
Jack Lloyd
2018-02-18
1
-22
/
+16
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-3
/
+3
*
Change default userid for SM2 signatures.
Daniel Wyatt
2018-01-04
1
-0
/
+12
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Support arbitrary hashes for SM2 signatures
Jack Lloyd
2017-09-06
1
-7
/
+37
*
Add SM2 encryption scheme
Jack Lloyd
2017-08-04
1
-8
/
+8
*
Remove debug prints
Jack Lloyd
2017-06-30
1
-17
/
+1
*
Add SM2 signature scheme
Jack Lloyd
2017-06-29
1
-0
/
+234