curve25519-dalek-source/src/backend/avx2/mod.rs

14 lines
337 B
Rust
Raw Normal View History

2017-10-23 21:03:23 +00:00
// -*- mode: rust; -*-
//
// This file is part of curve25519-dalek.
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
// See LICENSE for licensing information.
//
// Authors:
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
// - Henry de Valence <hdevalence@hdevalence.ca>
pub(crate) mod field;
pub(crate) mod edwards;