diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-01 20:27:31 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-01 20:27:31 +0200 |
commit | 128894cd1ce9120b3774af3ea996a1dc3b76b427 (patch) | |
tree | 7cf42b3347ca0c7ec166d24abc5eed3000a6d71e /README.md | |
parent | e98be252cf81513bfacb16db167a16df6f40c76a (diff) | |
download | libnitrokey-128894cd1ce9120b3774af3ea996a1dc3b76b427.tar.gz libnitrokey-128894cd1ce9120b3774af3ea996a1dc3b76b427.tar.bz2 |
Readme: change CFFI link to overview
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ To compile library using clang please run `make`. If you have GCC and would like This should create a library file under path build/libnitrokey.so and compile C++ tests in unittest/ directory. ## Using with Python -To use libnitrokey with Python a [CFFI](http://cffi.readthedocs.io/en/latest/using.html) library is required (either 2.7+ or 3.0+). +To use libnitrokey with Python a [CFFI](http://cffi.readthedocs.io/en/latest/overview.html) library is required (either 2.7+ or 3.0+). Just import it and read the C API header and it is done! You have access to the library. Example code printing HOTP code: ```python ffi = cffi.FFI() |