-
[slip1.txt](https://github.com/user-attachments/files/17911822/slip1.txt)
[slip2.txt](https://github.com/user-attachments/files/17911823/slip2.txt)
[slip3.txt](https://github.com/user-attachments/fi…
-
### What version are you using?
8163f30785d66c83101cc4b4e1064374f57d9356
### What did you do?
```
cargo deny check advisories
```
### What did you expect to see?
Swish success.
### What did yo…
-
Is there a group requesting to extend [**SLIP10**](https://github.com/satoshilabs/slips/blob/master/slip-0010.md) yet to support/extend more immediate curves such as [**RISTRETTO**](https://ristretto.…
skaht updated
2 years ago
-
-
And revisit other ignores.
https://github.com/near/near-sdk-rs/blob/master/.cargo/audit.toml
-
1. Currently only supported sepc256k1 signature,not ed25519.
2. The only exported struct is secret_key, but no public_key and signature.
3. Hoping there is only a mod for crypto.
4. Hoping the cr…
-
## Background
In the Aptos blockchain, when creating a new account, a 32-byte authentication key will be created first, this authentication key will be the account's address. The authentication key…
-
`import slip10 from 'micro-key-producer/slip10.js'` is importing HDKey directly so usage should be `slip10.*` and not `slip10.HDKey.*`
-
There are problems with how key derivations are currently implemented. This issue is for discussing the best solution to the existing problems, and settling on a course of action.
## Background
…
-
Hierarchical Deterministic (HD) wallets provide a structured and secure way to generate a tree of cryptographic keys from a single seed. Extending this technique to threshold-ecdsa enhances both secur…