tree: f84580b6236e0c6613a7a469c8b665a16ebfa309 [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
wallet/README.md

Ethereum wallet

Status
Stabilityalpha
Component Typelibrary

This library defines a wallet you can use to sign transactions using a private key on the SECP256K1 curve.

The library handles storing the private key of the wallet using symmetric encryption via an AES256 key.

The library holds the private key in memory, and therefore is susceptible to memory dumps.