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
7f53dedc
Commit
7f53dedc
authored
3 years ago
by
Lukas Lihotzki
Committed by
Hubert Chathi
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Declare olm_sas_calculate_mac_fixed_base64 in header
Signed-off-by:
Lukas Lihotzki
<
lukas@lihotzki.de
>
parent
3b3f2c71
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/olm/sas.h
+9
-0
9 additions, 0 deletions
include/olm/sas.h
with
9 additions
and
0 deletions
include/olm/sas.h
+
9
−
0
View file @
7f53dedc
...
...
@@ -161,6 +161,15 @@ size_t olm_sas_calculate_mac(
void
*
mac
,
size_t
mac_length
);
// A version of the calculate mac function that produces base64 strings that are
// compatible with other base64 implementations.
size_t
olm_sas_calculate_mac_fixed_base64
(
OlmSAS
*
sas
,
const
void
*
input
,
size_t
input_length
,
const
void
*
info
,
size_t
info_length
,
void
*
mac
,
size_t
mac_length
);
// for compatibility with an old version of Riot
size_t
olm_sas_calculate_mac_long_kdf
(
OlmSAS
*
sas
,
...
...
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