cryptocol 0.8.6

A cryptographic library that includes big number arithmatic operation, hash algorithms, symmetric-key cryptographic encryption/decryption algorithms, asymmetric-key (public-key) cryptographic encryption/decryption algorithms, pseudo random number generators, etc. Hash algorithms includes MD4, MD5, SHA224, SHA256, SHA384, SHA512, SHA3, etc. Symmetric key encryption algorithms include DES, AES, etc. Public key encryption algrorithms include RSA, ECC, etc.
Documentation
[dependencies]

[[example]]
name = "biguint_examples"
path = "examples/biguint_examples.rs"

[[example]]
name = "hash_app"
path = "examples/hash_app.rs"

[[example]]
name = "hash_examples"
path = "examples/hash_examples.rs"

[[example]]
name = "md4_app"
path = "examples/md4_app.rs"

[[example]]
name = "md5_app"
path = "examples/md5_app.rs"

[[example]]
name = "performance_test_biguint"
path = "examples/performance_test_biguint.rs"

[[example]]
name = "random_examples"
path = "examples/random_examples.rs"

[[example]]
name = "sha1_app"
path = "examples/sha1_app.rs"

[[example]]
name = "sha2_256_app"
path = "examples/sha2_256_app.rs"

[[example]]
name = "sha2_512_224_app"
path = "examples/sha2_512_224_app.rs"

[[example]]
name = "sha2_512_app"
path = "examples/sha2_512_app.rs"

[[example]]
name = "small_uint_examples"
path = "examples/small_uint_examples.rs"

[[example]]
name = "unions_examples"
path = "examples/unions_examples.rs"

[lib]
name = "cryptocol"
path = "src/lib.rs"

[package]
authors = ["PARK Youngho"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "cryptography", "mathematics"]
description = "A cryptographic library that includes big number arithmatic operation, hash algorithms, symmetric-key cryptographic encryption/decryption algorithms, asymmetric-key (public-key) cryptographic encryption/decryption algorithms, pseudo random number generators, etc. Hash algorithms includes MD4, MD5, SHA224, SHA256, SHA384, SHA512, SHA3, etc. Symmetric key encryption algorithms include DES, AES, etc. Public key encryption algrorithms include RSA, ECC, etc."
edition = "2021"
keywords = ["number", "hash", "sha2", "sha512", "random"]
license = "MIT OR Apache-2.0"
name = "cryptocol"
readme = "README.md"
version = "0.8.6"

[profile.dev]
incremental = false