diff options
Diffstat (limited to 'src/libstrongswan/crypto/xofs/xof.h')
-rw-r--r-- | src/libstrongswan/crypto/xofs/xof.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/crypto/xofs/xof.h b/src/libstrongswan/crypto/xofs/xof.h index 11ef086ec..e8acda31a 100644 --- a/src/libstrongswan/crypto/xofs/xof.h +++ b/src/libstrongswan/crypto/xofs/xof.h @@ -41,6 +41,8 @@ enum ext_out_function_t { XOF_MGF1_SHA256, /** RFC 2437 PKCS#1 */ XOF_MGF1_SHA512, + /** RFC 7539 ChaCha20 */ + XOF_CHACHA20, }; /** |