0

I'm researching cryptographic libraries for a project I'm working on, and I'm particularly interested in the BearSSL Library due to its lightweight nature. But I'm not sure if it supports ECC (Elliptic Curve Cryptography) encryption/decryption functionality.

Can someone provide information on whether the BearSSL Library includes ECC encryption support or just supports ecc for authentication, and if it does support ecc encryption/decryption, where can I find how to use it?

Thanks for your help.

Best regards,

ikcekis

IKCekis
  • 1
  • 1

1 Answers1

1

https://bearssl.org/#documentation

  • AES/GCM, AES/CCM, AES/CBC, 3DES/CBC and ChaCha20+Poly1305 encryption algorithms are supported.
  • ECDHE (Elliptic Curve Diffie Hellman Ephemeral) is available for key exchange more information about this can be found on: https://www.ecdhe.com/
Florebol
  • 43
  • 5