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
At the moment the product does not have "a prove" that its works exactly like native WebCrypto. Yes, you made an interface looks exactly like WebCrypto. But there are no tests showing the results from your product are the same we have in case of native WebCrypto.
Necessary tests must include:
having one "part" of algorithm (for ex. encryption) done by your product and other "part" (decryption) by native WebCrypto;
dynamic data generation, no static data;
multiple rounds of tests, for example 1000 for each test case.
The text was updated successfully, but these errors were encountered:
At the moment the product does not have "a prove" that its works exactly like native WebCrypto. Yes, you made an interface looks exactly like WebCrypto. But there are no tests showing the results from your product are the same we have in case of native WebCrypto.
Necessary tests must include:
The text was updated successfully, but these errors were encountered: