package
0.0.0-20220207103309-2eef10dda485
Repository: https://github.com/csunny/argo.git
Documentation: pkg.go.dev

# README

This the implement of ipfs keystore.

keystore is a module which store the key

we can store key in the mem or disk

# Functions

NewFSKeystore 创建FSKeystore文件夹.
NewMemKeystore 创建hash表来存储key值.

# Variables

No description provided by the author
No description provided by the author

# Structs

FSKeystore 将keystore存储在磁盘文件中 .
MemKeystore 是内存存储.

# Interfaces

Keystore 提供了一个key管理的接口.