fabric icon indicating copy to clipboard operation
fabric copied to clipboard

migrate types/encryption to existing types

Open victorwu opened this issue 2 years ago • 0 comments

Move types/encryption functions to types/identity

Other possible locations

  • types/actor - enables many other types to be able to use the encryption features
  • types/key - has encrypt and decrypt functions, may conflict with functions in types/store
  • types/secret - uses EncryptedPromise - with encrypted/decrypted functions

victorwu avatar Oct 25 '22 22:10 victorwu