Dave Huseby
Dave Huseby
This adds a number of multicodec values for various Cryptid projects ahead of the public release of the code. Most of the code is already available: * [Multicid](https://github.com/cryptidtech/multicid) * Contains...
This is an error: https://github.com/multiformats/multicodec/blob/c954a787dc6a17d099653e5f90d26fbd177d2074/table.csv#L540 The name should be `es521` because this is an ECDSA signature using the P-521 curve.
This is an error: https://github.com/multiformats/multicodec/blob/c954a787dc6a17d099653e5f90d26fbd177d2074/table.csv#L539 The name should be `es384`
adding a link to the Cryptid implementation in Rust
Adds the Cryptid multihash implementation.
I just added the `array` feature by running `cargo add rusqlite --features array` and my next compile gave me the following errors: ``` error[E0425]: cannot find function `sqlite3_result_pointer` in crate...
My apologies for posting this as an issue, it was the only option. I'm organizing a libp2p Day in Bangkok on November 12th and I have just opened the call...
* Update to 1.21.4 * Update start.sh to use the new API to download the latest paper * Add support for specifying the UID and GID to map the minecraft...
This PR re-organizes the rust-peer significantly and adds a TUI interface to it that is very similar to the go-peer TUI interface. This has been tested against the go-peer and...
This adds a Dockerfile for building a Docker image of the js-peer for deployment.