ethnum 1.0.0

256-bit unsigned integer implementation
Documentation
[dependencies.ethnum-intrinsics]
optional = true
version = "1.0.0"

[features]
llvm-intrinsics = ["ethnum-intrinsics"]

[package]
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>"]
categories = ["cryptography::cryptocurrencies", "mathematics", "no-std"]
description = "256-bit unsigned integer implementation"
documentation = "https://docs.rs/ethnum"
edition = "2018"
homepage = "https://github.com/nlordell/ethrs"
keywords = ["integer", "u256", "ethereum"]
license = "MIT OR Apache-2.0"
name = "ethnum"
readme = "README.md"
repository = "https://github.com/nlordell/ethrs"
version = "1.0.0"