sponges/ascon/Cargo.toml
Tony Arcieri dac6767968
ascon: import crate sources (#30)
Imports the source code of the `ascon` crate originally from:

https://github.com/quininer/ascon

Code is imported as of this commit:

    commit 997e51ff0cad48510ad31934f9c361d25bf5f938
    Author: quininer kel <quininer@live.com>
    Date:   Mon Feb 20 09:52:28 2017 +0800

        refactor: remove no_std

- Formatted code using rustfmt 1.5.1-stable (d5a82bbd 2023-02-07)
- Fixed clippy nits from clippy 0.1.67 (d5a82bbd 2023-02-07)

Dual licensed as Apache 2.0 + MIT

Permission given here:

https://github.com/RustCrypto/sponges/pull/30#discussion_r1103554334

Co-authored-by: quininer kel <quininer@live.com>
2023-02-11 10:34:01 -07:00

11 lines
311 B
TOML

[package]
name = "ascon"
version = "0.1.4"
authors = ["quininer kel <quininer@live.com>"]
description = "A implementation of ASCON authenticated encryption."
repository = "https://github.com/quininer/ascon"
license = "Apache-2.0 OR MIT"
[dependencies]
byteorder = { version = "1.0", default-features = false }