Versions in this module Expand all Collapse all v0 v0.0.2 Dec 25, 2025 v0.0.1 Nov 14, 2025 Changes in this version + type Service struct + func NewService() *Service + func (s *Service) Decrypt(privateKey, ciphertext, label []byte) ([]byte, error) + func (s *Service) Encrypt(publicKey, data, label []byte) ([]byte, error) + func (s *Service) GenerateKeyPair(bits int) (publicKey, privateKey []byte, err error)