From 9e6bc17b86aca0d4344c3b8f631dd36d3cf23150 Mon Sep 17 00:00:00 2001 From: juanelas Date: Tue, 21 Apr 2020 00:53:58 +0200 Subject: [PATCH] better description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",