From 6f34e8efbee2ebf5a16268679ee436305b1721c5 Mon Sep 17 00:00:00 2001 From: PabloJomer <69666854+PabloJomer@users.noreply.github.com> Date: Wed, 20 Jan 2021 09:48:36 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e2cb8da..372df1a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ var BigInteger = require('jsbn').BigInteger; var bi = new BigInteger('91823918239182398123'); console.log(bi.bitLength()); // 67 ``` +### License +You find the license information in the License file incliuded in this project. +For additional questions regarding licensing ask contact Tom Wu tjw@cs.Stanford.EDU ## API