Skip to content

Fix calculation of ed25519 fingerprints

Simon Brand requested to merge sbr/ed25519 into main
  • The fingerprint was just the plain key, now it is the sha256sum of the compressed key (32 bytes).

Merge request reports