curve25519-java
curve25519-java copied to clipboard
Fix missing function declaration
This function is called from "uopen_modified.c" without being declared in anything included by that source file. Putting the declaration here fixes that issue.