corpushashd

D implementation of python corpushash. A library to generate hashed versions of a document corpus, to allow for secure application of text processing algorithms on sensitive documents.


Keywords
library, scientific, numeric, crypto
License
LGPL-3.0
Install
dub fetch corpushashd --version 0.3.2

Documentation

corpushashD

D implementation of corpushash python library.

To run the quick example included in main, run

$ dub run

To run the tests run:

$ dub test

CorpushashD includes a wrapper to allow calling the hasher from Python. In order to install the wrapper library you have to build it and install it:

$ python3 setup.py build
$ python3 setup.py install