You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Typescript package that would export functions necessary to calculate hashes in the SCRAM protocol. Then inject these functions into the frontend by compiling a bundled file.
The goals for implementing that would be:
to implement hash generation functions in a statically-typed programming language;
to enable unit tests;
to be able to reuse these functions across different htmls (i.e. in different flows);
Acceptance criteria:
The flow works end-to-end using cryptography-related functions from the new package;
Unit tests for the Typescript functions are implemented and pass successfully;
The text was updated successfully, but these errors were encountered:
interestIngc
changed the title
Move cryptography-related functions into the Typescript package
[SCRAM] Move cryptography-related functions into the Typescript package
Jan 25, 2025
Create a new Typescript package that would export functions necessary to calculate hashes in the SCRAM protocol. Then inject these functions into the frontend by compiling a bundled file.
The goals for implementing that would be:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: