macro_rules! derive_deftly_template_Curve25519Keypair {
({ $($driver:tt)* } [$($aoptions:tt)*] ($($future:tt)*) $($tpassthrough:tt)*) => { ... };
($($wrong:tt)*) => { ... };
}
Expand description
Implement set of helper functions around a type wrapping an ed25519::Keypair.
This is a derive_deftly
template. Do not invoke it directly.
To use it, write: #[derive(Deftly)] #[derive_deftly(Curve25519Keypair)]
.