-
Hi, at first I love your projects and sorry for my bad English. I want to solve an electrum bip39 seed puzzle from 2020 the address starts with a 1...., and have found 34 seed words, I only need 24 fr…
-
Hi - I am wondering if you ever reviewed the algorithms in Richard Cook's work that claims to prove the derivation the King Wen sequence -- "Classical Chinese Combinatorics: Derivation of the Book of …
-
As of now, if you have a nested tree of case classes for example
```scala
case class A(a: String)
case class B(a: Option[A])
```
You would have to write a derived instance for each class.
In ki…
-
Leaving this here to call attention to: https://github.com/helium/helium-ledger-cli/issues/28 on the Helium Ledger CLI repo so it isn't overlooked.
-
Assume we have derived nodes `A`, `B`, `C`.
Do we allow derivation loops like
`A.base = B; B.base = A` (direct) or
`A.base = B; B.base = C; C.base = A`
-
The PUPable derivation is only needed for polymorphic classes.
-
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
…
-
With possibility to view plot
-
In order to implement XMSS, we need [the WOTS+ primitive signature scheme](https://datatracker.ietf.org/doc/html/rfc8391#section-3.1).
- [x] Define a functor with the parameters (3.1.1)
- [x] Defi…
-
`node-webcrypto-p11` uses `CKD_NULL` for `CK_EC_KDF_TYPE`.
@rmhrisk Could you help me to find any examples for CNG key derivation with the same KDF parameter?
Here are some exmples I found:
[Ex…