Manuel Domke
5ce538e95a
Merge branch 'waywardgeek:master' into master
2022-04-30 21:58:02 +02:00
Patrick Siegl
0561fba738
Remove unrequired bytesWritten
2020-04-15 19:39:28 +02:00
Patrick Siegl
1b48e0c5b9
BytesGiven is part of keccak only
2020-04-15 19:29:31 +02:00
Juha Nikkanen
738f7fd54a
Add C linkage guard for exported symbols
2019-08-12 15:06:24 +03:00
Martin Falatic
8db6b9b2d8
Updated to build in Windows properly, with binary pipe capability
...
These changes should NOT affect other (non-Windows) targets
I used https://github.com/jj1bdx/infnoise-windows as a reference point
for getting this working (and for the idea to not directly include
FTDI source files here but instead direct the user to install them).
2019-07-07 00:16:23 -07:00
Patrick Siegl
9483bbd463
Work on bytes instead of bits
2019-04-01 23:19:22 +02:00
Patrick Siegl
de7b6be8fd
sprintf() in not a buffer, could create any issue
2019-03-31 23:49:26 +02:00
Patrick Siegl
1ca054ed7e
Recursive listUSBdev.()
2019-03-31 22:58:26 +02:00
Patrick Siegl
3cfcbd94d7
Feature: clean shutdown
2019-03-27 21:41:17 +01:00
Patrick Siegl
b97824e916
Fix for description in infnoise_dev_node; write struct directly
2019-03-20 22:23:08 +01:00
Manuel Domke
e2224252f7
Merge branch 'master' of git://github.com/waywardgeek/infnoise
2018-10-04 18:39:30 +02:00
Manuel Domke
51b9662086
update libinfnoise examples
2018-10-04 18:15:25 +02:00
Manuel Domke
d9ffabb54d
Merge branch 'master' into master
2018-09-10 17:41:47 +02:00
Manuel Domke
71df49d7bf
next big step completed: fixed keccak multiplicator and --dev-random mode after libinfnoise refactoring (interface changed!)
2018-08-27 17:48:27 +02:00
Manuel Domke
15abb6571f
reformat code, many fixes, still some bugs (--dev-random with multiplier behaves very strange)
2018-07-26 18:21:04 +02:00
Manuel Domke
6d832f1b12
fix --list-devices (still buggy, but works!)
2018-07-26 13:15:30 +02:00
Manuel Domke
e380194881
untested fix for --list-devices (no device at hand to test right now..)
2018-07-26 09:20:35 +02:00
Manuel Domke
773cf01575
finish infnoise_context & start work on listUSBDevices (to return a device list struct)
2018-07-24 18:51:21 +02:00
Manuel Domke
7b1f6a7965
instroduce infnoise_context struct
2018-07-24 09:50:26 +02:00
Dirk-Willem van Gulik
20fb5173a9
Minor tweaks to make OSX and FreeBSD and other BSD variants work.
2018-07-11 13:04:13 +02:00
Dylan McNamee
a30fd9d035
#ifdef-ing the Linux-only headers, added macOS section to README
2018-07-08 21:02:23 -07:00
Patrick Siegl
0abf420c4b
Fix related to missing include
2018-06-27 22:10:27 -04:00
Manuel Domke
08ef215491
add libinfnoise usage examples
2018-04-22 08:27:38 +02:00
Manuel Domke
a566f330c4
revert changed to listUSBDevices, for now it just print to stdout
2018-04-21 17:15:28 +02:00
Manuel Domke
5f90ddc1bd
build shared library
2018-04-19 17:15:27 +02:00
Manuel Domke
4825a7bcab
error messages / no (or less?) stderr in lib functions
2018-04-19 01:38:28 +02:00
Manuel Domke
4a14cd7e82
clean up libinfnoise.h
2018-04-18 23:57:04 +02:00
Manuel Domke
608461cd57
first shot for a libinfnoise approach
2018-04-15 23:50:03 +02:00