fhel 0.0.12 copy "fhel: ^0.0.12" to clipboard
fhel: ^0.0.12 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 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.12

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';
1
likes
140
pub points
26%
popularity

Publisher

verified publisherjeffmur.dev

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

archive, args, ffi, flutter, path, stack_trace

More

Packages that depend on fhel