seal library

Microsoft SEAL Library Wrapper

This Dart package provides a wrapper for the Microsoft SEAL library, a homomorphic encryption library developed by Microsoft Research. This package allows developers to use the cryptographic tools provided by Microsoft SEAL to perform computations on encrypted data.

For more information about Microsoft SEAL, see: https://github.com/Microsoft/SEAL

Classes

Seal
A wrapper for the Microsoft SEAL library.
SealHeader
Models a serialized byte array for Microsoft SEAL.
SealKey
Represents an underlying key object in memory

Functions

sealMagicNumber(Pointer<Uint8> raw, int length) SealHeader
Parse a serialized byte array and return the SealHeader object.