Skip to content

Commit

Permalink
Update src/config/config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Huigens <d.huigens@protonmail.com>
  • Loading branch information
larabr and twiss committed Aug 19, 2021
1 parent 8eb6fb1 commit 6f23625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default {
*/
knownNotations: ['preferred-email-encoding@pgp.com', 'pka-address@gnupg.org'],
/**
* Whether to use the indutny/elliptic library for NIST and Brainpool curves that are not supported by the available native crypto library.
* Whether to use the indutny/elliptic library for curves (other than Curve25519) that are not supported by the available native crypto API.
* When false, certain standard curves will not be supported (depending on the platform).
* Note: the indutny/elliptic curve library is not designed to be constant time.
* @memberof module:config
Expand Down

0 comments on commit 6f23625

Please sign in to comment.