xor-utils 0.6.0

Utility functions related to xor encryption / decryption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "xor-utils"
version = "0.6.0"
authors = ["gavyn <gavyn.riebau@gmail.com>"]
description = "Utility functions related to xor encryption / decryption"
license = "MIT"

documentation = "https://docs.rs/xor-utils"
homepage = "https://github.com/gavynriebau/xor-utils"
repository = "https://github.com/gavynriebau/xor-utils"

keywords = ["xor", "cryptography", "encryption", "decryption"]
categories = ["cryptography"]

[dependencies]
hamming = "0.1.3"
log = "0.3.8"