Skip to content

Commit

Permalink
docs: remove reference to eccrypto-js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Nov 7, 2023
1 parent da2d3a0 commit e50bdca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/utils/test/crypto/data/crypto-browser.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file contains random strings and its encrypted version.
* The data was encrypted by the library `eccrypto` using the browser (JS-only) implementation.
* Any replacement library (like `eccrypto-js`) should be able to decrypt this encrypted data.
* Any replacement library should be able to decrypt this encrypted data.
* More info on how this data was generated: https://github.com/RequestNetwork/requestNetwork/issues/1227
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/test/crypto/data/crypto-native.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file contains random strings and its encrypted version.
* The data was encrypted by the library `eccrypto` using the native C++ implementation.
* Any replacement library (like `eccrypto-js`) should be able to decrypt this encrypted data.
* Any replacement library should be able to decrypt this encrypted data.
* More info on how this data was generated: https://github.com/RequestNetwork/requestNetwork/issues/1227
*/

Expand Down

0 comments on commit e50bdca

Please sign in to comment.