fhel 0.0.5-linux.4 copy "fhel: ^0.0.5-linux.4" to clipboard
fhel: ^0.0.5-linux.4 copied to clipboard

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 Dart:

 $ dart pub add fhel

With Flutter:

 $ flutter pub add fhel

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

dependencies:
  fhel: ^0.0.5-linux.4

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
86
downloads

Publisher

verified publisherjeffmur.dev

Weekly Downloads

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

License

unknown (license)

Dependencies

ffi, flutter, path

More

Packages that depend on fhel