add bits needed for EC

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24800 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-22 23:29:06 +00:00
parent 50c7425369
commit d1a451880e
3 changed files with 55 additions and 0 deletions

5
lib/hcrypto/ecdh.h Normal file
View File

@@ -0,0 +1,5 @@
ECDH_compute_key(void *, size_t,
const EC_KEY *, const EC_KEY *,
void *(*KDF)(const void *, size_t, void *, size_t *));