]> git.meshlink.io Git - meshlink/blobdiff - src/gcrypt/digest.h
Move RSA key generation into the wrappers.
[meshlink] / src / gcrypt / digest.h
index 4e3a0c43498c176b8067a065d7710fd20edc08fa..18e49108b72576468546032d96eefb1a4a285181 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <gcrypt.h>
 
+#define DIGEST_MAX_SIZE 64
+
 typedef struct digest {
        int algo;
        int nid;