Post #3890043
2026-07-17 16:50 UTC
I'm adding support for multiple public keys per actor in Smithereen for future-proofing purposes. Are there any signature algorithms other than RSA currently in use on the fediverse? ECDSA maybe?
#ActivityPub #mastodev
Replies (2)
-
@silverpill@mitra.social 2026-07-17 17:03
@grishka@mastodon.social EdDSA. Maybe ML-DSA-44 in the future.
-
@mariusor@metalhead.club 2026-07-17 17:13
@grishka@mastodon.social yeah, ed25519 for some of my actors supported by GoActivityPub. (Well, it could be anything that the Go crypto library supports, but only ed25519 is in some use)