Skip to content

crypto: add support for x25119 and x448 key pair generation

This adds support for key pair generation for x25519 and x448 so that #26626 (closed) is one step closer.

Refs: #26626 (closed) - ECDH with x25519 and x448 keys

Checklist

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading