Biz
Biz
Resolves https://github.com/graymauser/btcposbal2csv/issues/15. Also updated `bech32.py` to latest reference code from Pieter Wuille
In our `depends` build system, Clang v9.0.0 is not compatible with ubuntu 20.04 host. Presently discerning if this is the cause of our other issues in macOS cross-compilation. I've locally...
As mentioned in the discussion here: https://github.com/blur-network/blur/issues/53... `Viewkeys are deterministic, currently (derived from the spendkey, of which the mnemonic is a representation). I think this is a disavowal of established...
Not liking the things in that library. Historically, its been a source of a fairly large problem at least once (Cisco Talos). Comments in code don't seem to be happy...
This is security-breaking behavior, potentially. Simply generating a random nonce each time is not sufficient in this scenario. We need to use a counter as well, to ensure that we...
Since our mnemonic seed is a representation of the private spendkey, we should take better care to ensure that it is not trivially read from some plain-text source. This issue...