Merge pull request #28 from ethersphere/feature/keys
Feature/keys
No related branches found
No related tags found
Showing
- ethchain/block.go 9 additions, 7 deletionsethchain/block.go
- ethchain/block_chain.go 1 addition, 1 deletionethchain/block_chain.go
- ethchain/dagger.go 2 additions, 1 deletionethchain/dagger.go
- ethchain/genesis.go 4 additions, 3 deletionsethchain/genesis.go
- ethchain/state.go 6 additions, 4 deletionsethchain/state.go
- ethchain/state_manager.go 3 additions, 1 deletionethchain/state_manager.go
- ethchain/state_object.go 8 additions, 5 deletionsethchain/state_object.go
- ethchain/state_transition.go 2 additions, 1 deletionethchain/state_transition.go
- ethchain/transaction.go 4 additions, 3 deletionsethchain/transaction.go
- ethchain/vm.go 3 additions, 2 deletionsethchain/vm.go
- ethcrypto/crypto.go 35 additions, 0 deletionsethcrypto/crypto.go
- ethcrypto/key_manager.go 129 additions, 0 deletionsethcrypto/key_manager.go
- ethcrypto/key_store.go 112 additions, 0 deletionsethcrypto/key_store.go
- ethcrypto/keypair.go 57 additions, 0 deletionsethcrypto/keypair.go
- ethcrypto/keyring.go 118 additions, 0 deletionsethcrypto/keyring.go
- ethcrypto/keys_test.go 122 additions, 0 deletionsethcrypto/keys_test.go
- ethcrypto/mnemonic.go 76 additions, 0 deletionsethcrypto/mnemonic.go
- ethcrypto/mnemonic.words.lst 1626 additions, 0 deletionsethcrypto/mnemonic.words.lst
- ethcrypto/mnemonic_test.go 1 addition, 1 deletionethcrypto/mnemonic_test.go
- ethereum.go 11 additions, 7 deletionsethereum.go
Loading
Please register or sign in to comment