Smack/smack-omemo
Florian Schmaus 14142a0ef2 [omemo] Introduce OmemoAesCipher as central AES API
OmemoAesCipher is the sole point where OMEMO related AES operations
are performed. This allows OmemoAesCipher to check in a static block
if AES is available. If AES is not available it throws a (hopefully)
helpfull exception message.

Typically AES is not available on Android if no security provider
providing AES, like Bouncy Castle, has been explicitly configured.
2021-03-14 12:48:01 +01:00
..
src [omemo] Introduce OmemoAesCipher as central AES API 2021-03-14 12:48:01 +01:00
build.gradle Introduce test fixtures 2020-04-11 22:05:36 +02:00