summaryrefslogtreecommitdiff
path: root/fhmqv.h
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-1/+1
* Update documentationJeffrey Walton2019-09-261-1/+1
* Fix ECP leakage in Add() and Double() (GH #869, PR #871)Jeffrey Walton2019-08-051-28/+10
* Update documentationJeffrey Walton2019-08-031-5/+24
* Update documentationJeffrey Walton2019-08-031-6/+6
* Update documentationJeffrey Walton2019-08-031-1/+1
* Update documentationJeffrey Walton2019-08-031-3/+1
* Update documentationJeffrey Walton2019-08-031-1/+7
* Update documentationJeffrey Walton2019-08-031-41/+141
* Fix const-ness in HMQV and FHMQVJeffrey Walton2019-08-031-7/+7
* Add call to DoQuickSanityCheck in HMQV and FHMQV before private key operationJeffrey Walton2019-01-211-0/+1
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-23/+23
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-5/+5
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-1/+1
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-3/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-3/+3
* Updated documentationJeffrey Walton2016-09-091-0/+3
* Updated documentationJeffrey Walton2016-09-081-0/+2
* Finish adding EC prefix to classes which operate over elliptic curvesJeffrey Walton2016-07-211-1/+1
* Cleared unused parameter warnings under Visual StudioJeffrey Walton2016-07-141-1/+2
* Added virtual destruction as first class method guarded on CRYPTOPP_MAINTAIN_...Jeffrey Walton2016-07-141-0/+4
* Updated documentationJeffrey Walton2016-07-131-54/+54
* WhitespaceJeffrey Walton2016-07-131-294/+294
* Add HMQV and merge untracked FHMQVMouse2016-07-041-0/+294