about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibhogweed6_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibhogweed6_private.h')
-rw-r--r--src/wrapped/wrappedlibhogweed6_private.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibhogweed6_private.h b/src/wrapped/wrappedlibhogweed6_private.h
new file mode 100644
index 00000000..1497508f
--- /dev/null
+++ b/src/wrapped/wrappedlibhogweed6_private.h
@@ -0,0 +1,17 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+error Meh...
+#endif
+
+GO(nettle_rsa_pss_sha512_verify_digest, iFpipp)
+GO(nettle_rsa_pss_sha384_verify_digest, iFpipp)
+GO(nettle_rsa_pss_sha256_verify_digest, iFpipp)
+GO(nettle_rsa_pss_sha384_sign_digest_tr, iFpppipp)
+GO(nettle_rsa_pss_sha512_sign_digest_tr, iFpppipp)
+GO(nettle_rsa_pss_sha256_sign_digest_tr, iFpppipp)
+GO(nettle_ecc_size_a, iFp)
+GO(nettle_ecc_point_init, vFpp)
+GO(nettle_rsa_sec_decrypt, iFpppppip)
+GO(nettle_ecc_point_clear, vFp)
+GO(nettle_dsa_params_clear, vFp)
+GO(nettle_get_secp_192r1, pFv)
+GO(nettle_get_gost_gc256b, pFv)