diff --git a/ChangeLog.d/additional_cipher_info_getters.txt b/ChangeLog.d/additional_cipher_info_getters.txt new file mode 100644 index 000000000..5cb1ad6bb --- /dev/null +++ b/ChangeLog.d/additional_cipher_info_getters.txt @@ -0,0 +1,3 @@ +Features + * Add functions to get the IV and block size from cipher_info structs. + * Add functions to check if a cipher supports variable IV or key size.