diff --git a/README.md b/README.md
index 5d49a2a..71b9d54 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,9 @@ structures.
Support for large integers provided by
[libtommath](https://github.com/libtom/libtommath).
+Support for C function calls provided by
+[libffi](https://github.com/libffi/libffi).
+
#### Parser
The parser is recursive descent.