[package] name = "xor-utils" version = "0.6.0" authors = ["gavyn "] 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"