mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-27 14:43:06 +00:00
* Add generic SymmetricKey container * Rename SecretKey to SymmetricKey32 * Update SymmetricKey usage * Add PublicKey * Update PublicKey uses * Add PrivateKey * Replace StaticSecret with PrivateKey * Fix imports * Remove InstallKey from constructors * Final integration * lint fixes * Fixups