Skip to content
Snippets Groups Projects
Commit c9665838 authored by Bradley Beddoes's avatar Bradley Beddoes
Browse files

Refine sig for set_public_key_affine_coordinates

This functions signature was originally defined to require mutable
references for `x` / `y` as the underpinning OpenSSL C API
was not `const`.

However the actual OpenSSL implementation makes no changes. This being
the case we've chosen to reflect non mutability at the Rust level.
parent 16e8fbc3
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment