xor 0.2.2 copy "xor: ^0.2.2" to clipboard
xor: ^0.2.2 copied to clipboard

xor IntList's together and return a new List<int>; useful for cryptographic functions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xor

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

dependencies:
  xor: ^0.2.2

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

Import it

Now in your Dart code, you can use:

import 'package:xor/xor.dart';
0
likes
20
pub points
15%
popularity

Publisher

unverified uploader

xor IntList's together and return a new List<int>; useful for cryptographic functions.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

unknown (LICENSE)

More

Packages that depend on xor