Function bearssl::br_poly1305_ctmulq_get [] [src]

pub unsafe extern "C" fn br_poly1305_ctmulq_get() -> br_poly1305_run

\brief Get the ChaCha20+Poly1305 "ctmulq" implementation, if available.

This function returns a pointer to the br_poly1305_ctmulq_run() function if supported on the current platform; otherwise, it returns 0.

\return the ctmulq ChaCha20+Poly1305 implementation, or 0.