Commit Graph

28 Commits (e152785de99469927ac0fc7eb7fd754ee927ea78)

Author SHA1 Message Date
orignal 0bf2abaa4c fixed race condition at startup 8 years ago
orignal c9d95ff161 eliminate one extra multipilication 9 years ago
orignal 72785f6740 eliminate some unnecessary calculations 9 years ago
orignal a94a05fac9 replaced radix-16 to radix-256 9 years ago
orignal 430368de97 temporary disable Ed25519 per thread 9 years ago
orignal 7bfb499549 reduce number of precalculated points 9 years ago
orignal 3c8e331809 Ed25519 per thread 9 years ago
orignal d169471e8c copy constructor for Ed22519 9 years ago
orignal 56453f6b5c moved BN_CTX creation to curve's Verify and Sign 9 years ago
orignal dac2e8c79e use left sift instead multipilication by 2 9 years ago
orignal 90d6c5c5bb fixed race condition 9 years ago
orignal ad9ade7849 reduce number of transient BIGNUM allocations 9 years ago
orignal f6eabd695b don't store B explicitly 9 years ago
orignal 5d94760cce eliminate some transient BIGNUM allocations 9 years ago
orignal 79517a0ba3 fixed clobbed z and t for Double 9 years ago
orignal 593b25a5cd fix build error 9 years ago
orignal 73ae6cf164 (h*a)%l for signing 9 years ago
orignal 7749319c75 h%l for verification 9 years ago
orignal d50ba1259c calculations in projective coordinates 9 years ago
orignal 962261fee7 EdDSA speed improvement 9 years ago
orignal 62cf83921b cumulative update from bitbucket 9 years ago
orignal 01913d2b14 EdDSA signer added 9 years ago
orignal 48289845df EdDSA signature type added 9 years ago
orignal 454f2dabbd EdDSA signature type added 9 years ago
orignal 8891d9aa4d Decode point 9 years ago
orignal 49d59fc116 IsOnCurve added 9 years ago
orignal 8c92c50f9a multiplication by integer 9 years ago
orignal 75d45ae988 initial code for Ed25519 added 9 years ago