Questions tagged [derivation]

2 questions
0
votes
1 answer

How to use sanoid --monitor-health command in NixOS

On NixOS 23.05 I'm unable to use sanoid --monitor-* commands (--monitor-health, --monitor-capacity, --monitor-snapshots) on the CLI and in scripts. This because the configuration file sanoid relies on (by default /etc/sanoid/sanoid.conf) doesn't…
Lan Quil
  • 13
  • 8
0
votes
0 answers

Incorrect processing within the derive_bip32childkey function in Rust

parent_key has 31 bytes after processing i, instead of 32. This is due to buffer overflow, as I understand it. How can I fix my Rust code to match the python code? This function derive_bip32childkey is used to calculate the descendants of a BIP32…
Victor
  • 5,073
  • 15
  • 68
  • 120