Versions in this module Expand all Collapse all v0 v0.0.1 Jun 22, 2021 Changes in this version + func CreateEntryWithEmbed(dms3Path string, publicKey crypto.PubKey, privateKey crypto.PrivKey) (*pb.Dms3NsEntry, error) + func GenerateEDKeyPair() (crypto.PrivKey, error) + func GenerateRSAKeyPair(bits int) (crypto.PrivKey, error)