Macro ring::ec::suite_b::ecdh::ecdh

source ยท
macro_rules! ecdh {
    ( $NAME:ident, $curve:expr, $name_str:expr, $private_key_ops:expr,
      $public_key_ops:expr, $ecdh:ident ) => { ... };
}
Expand description

A key agreement algorithm.