ed25519: ADd OpenSSH encrypted container import

Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Aris Adamantiadis
2015-01-21 15:38:10 +01:00
committed by Andreas Schneider
parent 61e2c8f0f7
commit 423fa6818b
3 changed files with 169 additions and 8 deletions

View File

@@ -97,6 +97,7 @@ void crypto_free(struct ssh_crypto_struct *crypto);
void ssh_reseed(void);
void ssh_cipher_clear(struct ssh_cipher_struct *cipher);
struct ssh_hmac_struct *ssh_get_hmactab(void);
const char *ssh_hmac_type_to_string(enum ssh_hmac_e hmac_type);