EVP_CIPHER-CHACHA.pod 833 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. =pod
  2. =head1 NAME
  3. EVP_CIPHER-CHACHA - The CHACHA EVP_CIPHER implementations
  4. =head1 DESCRIPTION
  5. Support for CHACHA symmetric encryption using the B<EVP_CIPHER> API.
  6. =head2 Algorithm Names
  7. The following algorithms are available in the default provider:
  8. =over 4
  9. =item "ChaCha20"
  10. =item "ChaCha20-Poly1305"
  11. =back
  12. =head2 Parameters
  13. This implementation supports the parameters described in
  14. L<EVP_EncryptInit(3)/PARAMETERS>.
  15. =head1 SEE ALSO
  16. L<provider-cipher(7)>, L<OSSL_PROVIDER-default(7)>
  17. =head1 COPYRIGHT
  18. Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
  19. Licensed under the Apache License 2.0 (the "License"). You may not use
  20. this file except in compliance with the License. You can obtain a copy
  21. in the file LICENSE in the source distribution or at
  22. L<https://www.openssl.org/source/license.html>.
  23. =cut