Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 414 Bytes

AES on Android

Description

  • feature_aes_kotlin: Pure Kotlin module to crypt/decrypt with AES ECB and GCM. Check out unit tests.
  • feature_aes_native: Android Kotlin module using native code to crypt/decrypt with AES ECB.

Build

  • ./gradlew assembleDebug

Links

  • AES description here