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.

xor Dart BufferView Library #

This is a work in progress for the moment, I plan to expand the capabilities of the library to:

  • Multiple IntList types (currently only Uint8List is supported)
  • In-place equivalent which would overwrite buffer a with a[i] ^ b[i]

CONTRIBUTING #

CHANGELOG #

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