curve25519-dalek-source/tests/mod.rs
2018-12-30 02:32:21 +00:00

17 lines
360 B
Rust

// -*- mode: rust; -*-
//
// This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft
// See LICENSE for licensing information.
//
// Authors:
// - isis agora lovecruft <isis@patternsinthevoid.net>
//! Integration tests for ed25519-dalek.
extern crate ed25519_dalek;
extern crate hex;
extern crate rand;
extern crate sha2;
mod ed25519;