mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-06 20:20:39 +00:00
Remove unnecessary tests/mod.rs file.
This commit is contained in:
parent
e6528bd683
commit
144e87bfc8
1 changed files with 0 additions and 17 deletions
17
tests/mod.rs
17
tests/mod.rs
|
|
@ -1,17 +0,0 @@
|
||||||
// -*- 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;
|
|
||||||
Loading…
Reference in a new issue