4 Commits

Author SHA1 Message Date
Dima
16f5a93562
ed25519 for js (#8) 2019-07-02 12:49:00 +03:00
Dima
1a8313b321
ed25519 implementation (#6)
* ed25519 implementation
2019-06-06 13:47:24 +03:00
Dima
3e0d21d197
Ecdsa recreate pair from secret (#2)
* add possibility to re-create public key from private key for ECDSA alghorithm

* change version

* change version

* add comments, change version of cats-effect

* add comments, change method name

* change comment

* typo
2018-08-22 11:26:10 +03:00
Dmitry Kurinskiy
88034b371f crypto-refactoring (#111)
* Create crypto-core module

* Build.sbt deps fixed

* crypto-core WIP

* CryptoHasher removed

* Cipher removed

* NetworkSimulationSpec fixed

* SecureRandom returned to DumbCrypto

* keystore and algorithm modules

* hashsign and cipher modules

* compile bugs fixed

* CipherSearch.binarySearch doc comment reverted
2018-04-29 16:28:48 +03:00