Function bearssl::br_ssl_engine_set_default_ecdsa [] [src]

pub unsafe extern "C" fn br_ssl_engine_set_default_ecdsa(
    cc: *mut br_ssl_engine_context
)

\brief Set the "default" ECDSA implementation (signature verification).

This function sets the ECDSA implementation (signature verification) to the fastest implementation available on the current platform. This call also sets the elliptic curve implementation itself, there again to the fastest EC implementation available.

\param cc SSL engine context.