slipped10 0.4.7

SLIP-0010 : ed25519 private key derivation from master private key
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<p align="center">
  <a href="https://crates.io/crates/slipped10">
    <img src="https://img.shields.io/crates/v/slipped10.svg" alt="Crates.io" />
  </a>
</p>

# SLIP-0010 : Universal private key derivation from master private key


- [x] Ed25519

## Origin

This repo is a continuation of fork of [wusyong/slip10](https://github.com/wusyong/slip10) 
and [slip10](https://crates.io/crates/slip10) crate correspondingly.