summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/crypt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ouroboros/crypt.h b/include/ouroboros/crypt.h
index 5b39fb5f..1f2640e8 100644
--- a/include/ouroboros/crypt.h
+++ b/include/ouroboros/crypt.h
@@ -276,6 +276,12 @@ const char * crypt_nid_to_str(uint16_t nid);
uint16_t crypt_str_to_nid(const char * cipher);
+int crypt_cipher_rank(int nid);
+
+int crypt_kdf_rank(int nid);
+
+int crypt_kex_rank(int nid);
+
int md_validate_nid(int nid);
const char * md_nid_to_str(uint16_t nid);