Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Olm
Commits
a6913c49
Commit
a6913c49
authored
8 years ago
by
pedroGitt
Browse files
Options
Downloads
Patches
Plain Diff
Fix javadoc header comment
parent
13940261
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp
+1
-2
1 addition, 2 deletions
java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp
with
1 addition
and
2 deletions
java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp
+
1
−
2
View file @
a6913c49
...
...
@@ -81,8 +81,7 @@ JNIEXPORT void OLM_UTILITY_FUNC_DEF(releaseUtilityJni)(JNIEnv *env, jobject thiz
* @param aSignature the base64-encoded message signature to be checked.
* @param aKey the ed25519 key (fingerprint key)
* @param aMessage the message which was signed
* @param the result error if there is a problem with the verification.
* @return true if validation succeed, false otherwise
* @return 0 if validation succeed, an error message string if operation failed
*/
JNIEXPORT
jstring
OLM_UTILITY_FUNC_DEF
(
verifyEd25519SignatureJni
)(
JNIEnv
*
env
,
jobject
thiz
,
jstring
aSignature
,
jstring
aKey
,
jstring
aMessage
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment