fhel 0.0.5 copy "fhel: ^0.0.5" to clipboard
fhel: ^0.0.5 copied to clipboard

PlatformAndroidLinux
unlisted

Natively supports Fully Homomorphic Encryption operations on sensitive data without revealing it. Supports Key Derivation, Encryption, Decryption, and Mathematical operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fhel

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fhel: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fhel/afhe.dart';
import 'package:fhel/afhe/backend.dart';
import 'package:fhel/afhe/ciphertext.dart';
import 'package:fhel/afhe/codec.dart';
import 'package:fhel/afhe/crypto.dart';
import 'package:fhel/afhe/errors.dart';
import 'package:fhel/afhe/key.dart';
import 'package:fhel/afhe/operation.dart';
import 'package:fhel/afhe/plaintext.dart';
import 'package:fhel/afhe/scheme.dart';
import 'package:fhel/afhe/serial.dart';
import 'package:fhel/ffi.dart';
import 'package:fhel/seal.dart';
0
likes
120
pub points
33%
popularity

Publisher

unverified uploader

Natively supports Fully Homomorphic Encryption operations on sensitive data without revealing it. Supports Key Derivation, Encryption, Decryption, and Mathematical operations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi, flutter, path

More

Packages that depend on fhel