cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.88k stars 143 forks source link

themis-android: add support for devices that are configured to use a page size of 16 KB #1051

Closed lehandriel closed 3 months ago

lehandriel commented 3 months ago

Adding support for android devices that run with Android 15+ and are configured to use a page size of 16 KB see: https://developer.android.com/guide/practices/page-sizes

Checklist

vixentael commented 3 months ago

@lehandriel cool, cool, cool thank you!! @radetsky has tested the code and updated Android example (see #1052 ) as well