Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-> remove javaCStringToUtf8
|
|
|
|
|
|
|
|
|
|
-> Always use javaCStringToUtf8 to convert byte array to String
|
|
->fix the NULL and 0 pointer comparisons mixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emojis:
- add an internal specific JNI function (javaCStringToUtf8()) to perform the UTF-8 conversion
- the SDK is configured to enable/disable the use of javaCStringToUtf8()
|
|
- return code is a basic error code (0 OK, -1 KO)
Remove TODO comments
|
|
getIdentityKey()
|
|
encrypts and Bob decrypts
|
|
|
|
|
|
|