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
/
curve25519
/
curve25519.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
1
-4
/
+4
*
More uses of make_unique instead of unique_ptr(new ...)
Jack Lloyd
2021-04-04
1
-2
/
+2
*
Don't use shouting case for ASN1_{Type,Class} values
Jack Lloyd
2021-01-13
1
-2
/
+2
*
Split ASN1 tags enum class into 2 enum classes
sledgehammer_999
2021-01-11
1
-2
/
+2
*
Convert ASN1_Tag to an enum class
Jack Lloyd
2020-12-20
1
-2
/
+2
*
Add Private_Key::public_key
Jack Lloyd
2020-11-28
1
-0
/
+5
*
Add missing override annotations [ci skip]
Jack Lloyd
2018-08-13
1
-1
/
+1
*
Add function to return the size of a key agreement output
Jack Lloyd
2018-08-12
1
-0
/
+2
*
Make use of AlgorithmIdentifier::USE_EMPTY_PARAM
Jack Lloyd
2018-07-10
1
-4
/
+1
*
More header cleanups
Jack Lloyd
2017-09-23
1
-0
/
+1
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Slight cleanup in Curve25519_PrivateKey constructor
Jack Lloyd
2017-08-29
1
-8
/
+6
*
Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing)
Francis Dupont
2017-06-12
1
-1
/
+4
*
Fixed private key code
Francis Dupont
2017-06-12
1
-12
/
+4
*
Fixed public key code for *25519
Francis Dupont
2017-06-12
1
-9
/
+2
*
Added Curve25519_PrivateKey constructor from secret_key
Francis Dupont
2017-06-12
1
-0
/
+12
*
Remove verify_end() chained immediatly before end_cons() (close #890)
Nuno Goncalves
2017-02-25
1
-2
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-10
/
+10
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
1
-1
/
+1
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
1
-1
/
+1
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-1
/
+1
*
Add CECPQ1 TLS ciphersuites
Jack Lloyd
2016-11-17
1
-13
/
+12
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-1
/
+0
*
Remove automatic self-testing of public and private keys
Jack Lloyd
2016-11-03
1
-4
/
+1
*
X25519 key exchange for TLS
Jack Lloyd
2016-10-21
1
-2
/
+5
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-2
/
+4
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-3
/
+8
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
1
-1
/
+1
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-1
/
+1
*
In PK encrypt/decrypt move pad calls to the operation. This allows an
lloyd
2015-03-14
1
-3
/
+4
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-1
/
+27
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Add Curve25519 based on curve25519-donna by Adam Langley.
lloyd
2014-12-27
1
-0
/
+115