nim-libp2p-experimental/libp2p/crypto
Giovanni Petrantoni 6affcda937
Less exceptions more results (#188)
* Less exceptions more results

* Fix daemonapi and interop tests

* Add multibase

* wip multiaddress

* fix the build, consuming new result types

* fix standard setup

* Simplify match, rename into MaError, add more exaustive err text

* Fix the CI issues

* Fix directchat build

* daemon api fixes

* better err messages formatting

Co-authored-by: Zahary Karadjov <zahary@gmail.com>
2020-05-31 16:22:49 +02:00
..
ed25519 Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
chacha20poly1305.nim Use results and no exceptions in chacha and curve25519 (#182) 2020-05-19 10:22:49 +02:00
crypto.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
curve25519.nim Use results and no exceptions in chacha and curve25519 (#182) 2020-05-19 10:22:49 +02:00
ecnist.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
hkdf.nim removals (#159) 2020-05-06 18:31:47 +02:00
minasn1.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
rsa.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
secp.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00