Skip to content

Pre-Release v3.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@lubux lubux released this 12 Apr 12:47
· 12 commits to v3 since this release
a55a5f2

Added

  • API to serialize KeyRings to binary data:
     func (keyRing *KeyRing) Serialize() ([]byte, error)
  • API to parse KeyRings from binary data:
     func NewKeyRingFromBinary(binKeys []byte) (*KeyRing, error)
  • API to a create/verify plaintext detached signatures on the encryption/decryption handle instead of just encrypted detached signatures.