curve25519-dalek-source/src/backend/vector/ifma/mod.rs

14 lines
248 B
Rust
Raw Normal View History

// -*- mode: rust; -*-
//
// This file is part of curve25519-dalek.
// Copyright (c) 2018 Henry de Valence
// See LICENSE for licensing information.
//
// Authors:
// - Henry de Valence <hdevalence@hdevalence.ca>
2018-11-12 05:36:55 +00:00
pub mod field;
pub mod edwards;