Crates.io | iop-keyvault |
lib.rs | iop-keyvault |
version | 0.0.16 |
source | src |
created_at | 2020-07-17 10:28:17.570066 |
updated_at | 2022-06-30 13:52:47.146065 |
description | A general-purpose hierarchical deterministic generator for asymmetric keys. |
homepage | https://developer.iop.technology/glossary?id=multicipher |
repository | https://github.com/Internet-of-People/iop-rs |
max_upload_size | |
id | 266190 |
size | 213,998 |
Keyvault is a general purpose hierarchical deterministic (HD) generator for asymmetric keys. It is based on the same concepts as a Bitcoin HD-wallet and is built on the same specifications like HD wallets of Bip32, Mnemonic word lists of Bip39 and Purpose fields of Bip43.
Though keyvault is capable of generating wallet addresses as defined in Multi-Account cryptocurrency wallets of Bip44, it is not only an address generator for multiple cryptocurrencies. Keyvault can also derive all the keys you might need in other software stacks and aims to be your all-in-one Swiss Army knife identity manager.
Keyvault can
ed25519
and secp256k1
Keyvault was originally created as part of the Mercury communication protocol but being a general-purpose tool it was reused in other components as well, hence was separated into its own repository then finally merged into this monorepository.