Macro curve25519_dalek::edwards::impl_basepoint_table[][src]

macro_rules! impl_basepoint_table {
    (Name = $name : ident, LookupTable = $table : ident, Point = $point : ty,
 Radix = $radix : expr, Additions = $adds : expr) => { ... };
}