bip38 1.1.1

Encrypt and decrypt bitcoin private keys with bip-0038 standard.
Documentation
[dependencies.aes]
version = "0.8.4"

[dependencies.bs58]
version = "0.5.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.ripemd]
version = "0.1.3"

[dependencies.scrypt]
default-features = false
version = "0.11.0"

[dependencies.secp256k1]
version = "0.29.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.unicode-normalization]
version = "0.1.23"

[package]
authors = ["ceca69ec8e1bcad6c6d79e1dcf7214ff67766580a62b7d19a6fb094c97b4f2dc"]
categories = ["cryptography::cryptocurrencies"]
description = "Encrypt and decrypt bitcoin private keys with bip-0038 standard."
documentation = "https://docs.rs/bip38"
edition = "2021"
homepage = "https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki"
include = ["src/*", "Cargo.toml", "README.md"]
keywords = ["bip-0038", "bitcoin", "decryption", "encryption", "wif"]
license = "Apache-2.0"
name = "bip38"
readme = "README.md"
repository = "https://github.com/ceca69ec/bip38"
version = "1.1.1"