You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To streamline interoperability between Vodozemac and python-olm, introduce helper functions that handle Base64 encoding and decoding of message attributes (ciphertext, mac, ephemeral_key) directly in Rust. This will remove the need for manual encoding on the Python side and improve usability.
To streamline interoperability between Vodozemac and python-olm, introduce helper functions that handle Base64 encoding and decoding of message attributes (
ciphertext
,mac
,ephemeral_key
) directly in Rust. This will remove the need for manual encoding on the Python side and improve usability.Current example:
A future enhancement could add a Rust helper function to handle this encoding automatically, such as:
This would provide a clearer API, as different message encodings in use can be unclear to the user.
See: #15
The text was updated successfully, but these errors were encountered: