diff --git a/package.json b/package.json index 8094701..2e43134 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigint-crypto-utils", "version": "3.0.1", - "description": "Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It relies on the native JS implementation of BigInt and therefore it works in modern browsers, Angular, React, Node.js, etc.", + "description": "Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt", "keywords": [ "modular arithmetics", "crypto",