This commit is contained in:
obscuren
2015-02-26 11:14:54 +01:00
parent 52ccaa605e
commit 5ab0eaa06d
4 changed files with 132 additions and 69 deletions

View File

@ -34,6 +34,7 @@ package accounts
import (
crand "crypto/rand"
"github.com/ethereum/go-ethereum/crypto"
)