Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log MAC calculation during SAS #1211

Merged
merged 1 commit into from
Feb 14, 2020
Merged

log MAC calculation during SAS #1211

merged 1 commit into from
Feb 14, 2020

Conversation

bwindels
Copy link
Contributor

@bwindels bwindels requested a review from a team February 14, 2020 11:21
return function(...args) {
const macFunction = olmSAS[macMethods[method]];
const mac = macFunction.apply(olmSAS, args);
logger.log("SAS calculateMAC:", method, args, mac);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I think you told me the other day this doesn't take multiple args... 😜

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried now and it indeed works 😄

@bwindels bwindels merged commit 47a1224 into develop Feb 14, 2020
@t3chguy t3chguy deleted the bwindels/logsasmac branch May 10, 2022 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants