olm/include
Denis Kasak e82f2601b0 Fail decoding base64 of invalid length.
olm::decode_base64 now returns the length of the raw decoded data on
success. When given input with an invalid base64 length, it fails early
(before decoding any input) and returns -1.

This also makes the C function _olm_decode_base64 an actual binding of
olm::decode_base64 instead of a wrapper with slightly different
behaviour.
2021-05-24 15:50:14 +02:00
..
olm Fail decoding base64 of invalid length. 2021-05-24 15:50:14 +02:00
module.modulemap Xcode: Add support of Swift Package Manager 2021-04-02 19:16:11 +02:00