Announcing Swift Homomorphic Encryption
July 30, 2024
We’re excited to announce a new open source Swift package for homomorphic
encryption in Swift:
swift-homomorphic-encryption.
Homomorphic encryption (HE) is a cryptographic technique that enables
computation on encrypted data without revealing the underlying unencrypted
data to the operating process. It provides a means for clients to send encrypted
data to a server, which operates on that encrypted data and returns a result
that the client can decrypt. During the execution of the r...
Read more at swift.org