From c852b82404fae8ddfdfc13d7719025edb54577bd Mon Sep 17 00:00:00 2001 From: juanelas Date: Mon, 6 Apr 2020 15:31:05 +0200 Subject: [PATCH] modular arithmetic --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be57b1f..5bd9e0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigint-crypto-utils", "version": "2.5.3", - "description": "Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.", + "description": "Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing.", "keywords": [ "modular arithmetics", "crypto",