idea_algorithm 0.1.1

Pure Rust implementation of the idea algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.cipher]
features = ["dev"]
version = "0.4.2"

[package]
authors = ["Alen Andry <dnrops@outlook.com>"]
categories = ["cryptography", "cryptography::cryptocurrencies"]
description = "Pure Rust implementation of the idea algorithm"
documentation = "https://docs.rs/idea_algorithm/"
edition = "2021"
keywords = ["idea", "crypto", "algorithm"]
license = "MIT"
name = "idea_algorithm"
readme = "README.md"
resolver = "2"
version = "0.1.1"