aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/gost_3410
Commit message (Expand)AuthorAgeFilesLines
* DER improvementsJack Lloyd2018-05-221-5/+8
* Use EC_Group::inverse_mod_order where appropriateJack Lloyd2018-04-201-1/+1
* Precompute for multiexponentation when verifying ECC signaturesJack Lloyd2018-04-171-3/+4
* Revamp GOST-34.10 testsJack Lloyd2018-03-211-6/+1
* Use blinded_base_point_multiply_x in the various signature schemesJack Lloyd2018-03-081-4/+5
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-3/+2
* Add point_multiply operation to EC_GroupJack Lloyd2018-02-181-2/+1
* Add functions to reduce integers mod the order to EC_GroupJack Lloyd2018-02-181-35/+33
* Use shared representation of EC_GroupJack Lloyd2018-01-311-2/+2
* Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-222-3/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Fix private key ctors API docs [ci skip]René Korthaus2017-01-271-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-18/+18
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-112-3/+3
* Add Public_Key::subject_public_key()René Korthaus2016-12-052-2/+2
* Pubkey cleanupsJack Lloyd2016-11-122-12/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+0
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-2/+9
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-072-8/+10
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-072-3/+27
* Mass-prefix member vars with m_René Korthaus2016-01-081-19/+19
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-291-1/+0
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-211-19/+19
* pubkey: Add missing overridesDaniel Seither2015-07-302-8/+8
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-2/+2
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-15/+19
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+0
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-032-61/+55
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+328