Pinned Repositories
bip39
A web tool for converting BIP39 mnemonic codes
cia_world_factbook_api
Converts the CIA World Factbook into a json data structure
jsbip39
Mnemonic code for generating deterministic keys
keycompression
Convert bitcoin keys between compressed and uncompressed format
orderedmap
orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on the python collections.OrderedDict.
python-iwlist
Scanner and parser for wireless networks
shamir
Shamir Secret Sharing Scheme in single page which can be used offline.
shamir39
Split BIP39 mnemonics using Shamir's Secret Sharing Scheme
slip39
A web tool for SLIP39 mnemonic shares
strcase
A golang package for converting to snake_case or CamelCase
iancoleman's Repositories
iancoleman/bip39
A web tool for converting BIP39 mnemonic codes
iancoleman/strcase
A golang package for converting to snake_case or CamelCase
iancoleman/orderedmap
orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on the python collections.OrderedDict.
iancoleman/shamir
Shamir Secret Sharing Scheme in single page which can be used offline.
iancoleman/cia_world_factbook_api
Converts the CIA World Factbook into a json data structure
iancoleman/keycompression
Convert bitcoin keys between compressed and uncompressed format
iancoleman/python-iwlist
Scanner and parser for wireless networks
iancoleman/slip39
A web tool for SLIP39 mnemonic shares
iancoleman/eip2333-tool
Tool for generating bls12-381 keys using the EIP2333 standard
iancoleman/iancoleman.io
My webpages
iancoleman/blsttc_ui
UI for blsttc rust library
iancoleman/entropy_bias_calculator
A calculator to show bias in entropy generated from base N events, eg dice rolls.
iancoleman/maid_distribution
iancoleman/bls_interop
A tool for checking the interoperability of different rust bls12-381 libraries.
iancoleman/blsttc
poanetwork/threshold_crypto using supranational/blst for sign+verify
iancoleman/ed25519_vs_bls_key_benchmarks
Compare performance of ed25519_dalek and threshold_crypto bls keys.
iancoleman/keygen_bruteforce_for_prefix
How long does it take to find a key fitting a specific bit prefix?
iancoleman/log_viewer_for_safe_nodes
A way to visually explore multiple log vaults for MaidSafe safe_vault.
iancoleman/routing
Routing - specialised storage DHT
iancoleman/safe_network
The Safe Network Core. API message definitions, routing and nodes, client core api.
iancoleman/wallet_gui_for_sn
An experimental wallet GUI for Safe Network
iancoleman/aes_vs_bls_encryption_benchmarks
iancoleman/BLS-DKG
Implementation of a BLS DKG mechanism, requires signing key, encryption key and SocketAddr of participants
iancoleman/filterlists
iancoleman/rust-crdt
a collection of well-tested, serializable CRDTs for Rust
iancoleman/sn_client
A set of libraries providing a way for developers to consume and use the Safe Network facilities.
iancoleman/sn_messaging
iancoleman/sn_node
An Implementation of a Safe Network Vault
iancoleman/wlips
Word Lists Improvement Proposals (extending BIP-0039)
iancoleman/xor_name
Small library. XorName is an array that is useful for calculations in DHT etc.