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