mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
12 lines
306 B
Rust
12 lines
306 B
Rust
|
|
// -*- mode: rust; -*-
|
||
|
|
//
|
||
|
|
// This file is part of curve25519-dalek.
|
||
|
|
// Copyright (c) 2016-2018 Isis Lovecruft, Henry de Valence
|
||
|
|
// See LICENSE for licensing information.
|
||
|
|
//
|
||
|
|
// Authors:
|
||
|
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||
|
|
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||
|
|
|
||
|
|
pub mod window;
|