mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
There is no need to store copy of public key next to the secret key because public key is a subset of the secret key and can be obtained by using SignedSecretKey.public_key() or SignedSecretKey.to_public_key().