updates readme

pull/1/head
Moisés Guimarães 2018-01-05 00:32:27 -03:00
parent eba633fd3c
commit b8261eb565
1 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ We provide Python wheels (prebuilt binaries) for OSX 64 bits and Linux 64 bits:
Testing
-------
.. code-block:: bash
.. code-block:: python
python -c "from wolfcrypt.hashes import Sha; print Sha().hexdigest()"
expected output: **da39a3ee5e6b4b0d3255bfef95601890afd80709**
>>> from wolfcrypt.hashes import Sha256
>>> Sha256('wolfcrypt').hexdigest()
b'96e02e7b1cbcd6f104fe1fdb4652027a5505b68652b70095c6318f9dce0d1844'