kubo/keystore
Adam Uhlir d67a4e06cf Introducing EncodedFSKeystore with base32 encoding (#5947)
Encoding the key's filename with base32 introduces coherent behaviour
across different platforms and their case-sensitive/case-insensitive
file-systems. Moreover it allows wider character set to be used for the
name of the keys as the original restriction for special FS's characters
(e.g. '/', '.') will not apply.

License: MIT
Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
2020-03-23 17:05:16 -07:00
..
keystore_test.go Introducing EncodedFSKeystore with base32 encoding (#5947) 2020-03-23 17:05:16 -07:00
keystore.go Introducing EncodedFSKeystore with base32 encoding (#5947) 2020-03-23 17:05:16 -07:00
memkeystore_test.go Future-proof keystore.Has by returning an error as well 2017-05-08 17:00:00 +09:00
memkeystore.go migrate to go-libp2p-core. 2019-05-31 23:23:52 -07:00