aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/wrapper.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2018-02-28 10:24:53 -0600
committerAndreas Schneider <asn@cryptomilk.org>2018-06-28 09:06:30 +0200
commitd038c4dee76ff8dff93101f5807a78f21064824c (patch)
treea202ac62c7012bbd3ce2ec9446b8906e39f23ff4 /include/libssh/wrapper.h
parentebd76bf34767220ad8f5bd4b5d40452969821025 (diff)
downloadlibssh-d038c4dee76ff8dff93101f5807a78f21064824c.tar.gz
libssh-d038c4dee76ff8dff93101f5807a78f21064824c.tar.xz
libssh-d038c4dee76ff8dff93101f5807a78f21064824c.zip
chacha: packet encryption
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/wrapper.h')
-rw-r--r--include/libssh/wrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/wrapper.h b/include/libssh/wrapper.h
index 6b6cf0b1..c23c9061 100644
--- a/include/libssh/wrapper.h
+++ b/include/libssh/wrapper.h
@@ -39,7 +39,8 @@ enum ssh_hmac_e {
SSH_HMAC_SHA256,
SSH_HMAC_SHA384,
SSH_HMAC_SHA512,
- SSH_HMAC_MD5
+ SSH_HMAC_MD5,
+ SSH_HMAC_AEAD_POLY1305
};
enum ssh_des_e {