pub const CODEBERG_FINGERPRINTS: &[&str];Expand description
Codeberg.org’s published SSH host-key fingerprints (SHA-256).
Contains one entry per key type in SHA256:<base64> format:
- Ed25519 (index 0)
- ECDSA (index 1)
- RSA (index 2)
If Codeberg rotates its keys, update this constant and cut a patch release.