mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-26 22:23:14 +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