From 4f5f07491ed56c3760a976e0a09a5817c5e76b65 Mon Sep 17 00:00:00 2001 From: FCurchod <64640635+FCurchod@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:57:02 +0000 Subject: [PATCH] Update README.md Comment on license --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba87b1..89962e7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ `cryptomite` is a modular, extensible high-level Python library for randomness extractions, created by Quantinuum's Quantum Cryptography team. At a high level, the library offers state-of-the-art randomness extractors that are easy to use, optimized and numerically precise -providing a trade-off of features that suits numerous practical use cases today. +providing a trade-off of features that suits numerous practical use cases. + +The library is available for non-commercial use only, see the license for details. The performance critical parts of the library (e.g. NTT) are implemented in C++, but the rest of the library (e.g. parameter estimation) is implemented in Python for accessibility and ease of installation.