-
-
slip39 Public
A web tool for SLIP39 mnemonic shares
-
shamir Public
Shamir Secret Sharing Scheme in single page which can be used offline.
-
bip39 Public
A web tool for converting BIP39 mnemonic codes
-
-
-
-
blsttc Public
Forked from maidsafe/blsttcpoanetwork/threshold_crypto using supranational/blst for sign+verify
-
-
strcase Public
A golang package for converting to snake_case or CamelCase
-
orderedmap Public
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.
-
keycompression Public
Convert bitcoin keys between compressed and uncompressed format
-
eip2333-tool Public
Tool for generating bls12-381 keys using the EIP2333 standard
-
wallet_gui_for_sn Public
An experimental wallet GUI for Safe Network
-
keygen_bruteforce_for_prefix Public
How long does it take to find a key fitting a specific bit prefix?
-
-
xor_name Public
Forked from maidsafe/xor_nameSmall library. XorName is an array that is useful for calculations in DHT etc.
-
BLS-DKG Public
Forked from maidsafe/bls_dkgImplementation of a BLS DKG mechanism, requires signing key, encryption key and SocketAddr of participants
-
routing Public
Forked from maidsafe/sn_routingRouting - specialised storage DHT
-
log_viewer_for_safe_nodes Public
A way to visually explore multiple log vaults for MaidSafe safe_vault.
-
entropy_bias_calculator Public
A calculator to show bias in entropy generated from base N events, eg dice rolls.
-
-
Compare performance of ed25519_dalek and threshold_crypto bls keys.
-
bls_interop Public
A tool for checking the interoperability of different rust bls12-381 libraries.
-
wlips Public
Forked from p2w34/wlipsWord Lists Improvement Proposals (extending BIP-0039)
-
cia_world_factbook_api Public
Converts the CIA World Factbook into a json data structure
-
sn_client Public
Forked from benjaminbollen/maidsafe_clientA set of libraries providing a way for developers to consume and use the Safe Network facilities.
-
sn_node Public
Forked from benjaminbollen/maidsafe_vaultAn Implementation of a Safe Network Vault
-
rust-crdt Public
Forked from rust-crdt/rust-crdta collection of well-tested, serializable CRDTs for Rust
-
sn_messaging Public
Forked from maidsafe/sn_messaging