muji
muji
I just saw `doctest_file` appear in my lock file after adding `interprocess` and I think it should only be in `dev-dependencies`, is that correct or am I missing something?
With the recent spate of supply chain attacks and that they will inevitably reach the Rust ecosystem I was researching a tool to audit `build.rs` files, a prototype is [here](https://github.com/tmpfs/cargo-audit-build/)....
It is desirable to have a P2P implementation that avoids the relay server to reduce the trust surface and to reduce infrastructure (still need STUN/TURN). This issue is to track...
For reference: https://ethereum-magicians.org/t/erc-7816-a-schnorr-signature-scheme-for-evm-applications/21636 And: https://github.com/verklegarden/schnorr-on-evm/blob/main/ERC.md And an implementation on top of the Zcash library that was never merged: https://github.com/ZcashFoundation/frost/pull/749#event-15466467305
Performing DKG when `t < n` involves two phases. 1) Key init `t` 2) Key resharing `n` In order for participants that are not part of the key init phase...
This is a bit of a mess because some `VerifyingKey` implementations are encoded as an array of bytes (`ed25519-dalek`) but some such as `schnorr::VerifyingKey` are encoded as a pkcs8 string...
We have single-party verifying and signing for all protocols due to the way CGGMP is implemented. For the FROST drivers we should sign the message body and then verify the...
See https://frost.zfnd.org/terminology.html#broadcast-channel Also see the discussion here: https://github.com/ZcashFoundation/frost/issues/577
Hi, Great library! I am new to AT commands and just trying to figure out URC parsing. I thought disabling echo (with `ATE0`) would be a good idea to use...