From ea6d5e5e8838e71cd548c2bf386c3c1fa914ed98 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 12 May 2023 12:00:47 -0400
Subject: [PATCH] a few more criteria

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index e824e77..173dc50 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,18 @@ We want a library that:
   * Mainly armeabi and armv7
 * Is suitable for real-world security purposes
   * not a demo or a toy library
+    * documents its limitations
+  * is well-tested
   * avoids real-world pitfalls (side-channel attacks, etc), not just textbook issues
   * has more than a handful of other users
+  * is well-maintained
+    * developers are responsive to security reports
+    * has a channel for security-related disclosures
+	* has sound documentation for proper, safe usage
+
+And,
+of course,
+implements the required functionality.
 
 ### SHA256
 
-- 
GitLab