nibrans icon indicating copy to clipboard operation
nibrans copied to clipboard

Some files are not decoded correctly.

Open veluca93 opened this issue 6 years ago • 1 comments

I was testing out nibrans on a 16 mb file full of random data (dd if=/dev/urandom of=testfile bs=1M count=16). After encoding, I got a 4-byte output file that decoded to 16 mb of zeros.

veluca93 avatar Nov 26 '18 13:11 veluca93

How did you call nibrans? Did you compile tdec/tenc or call it from your own code? Does test.c pass without any errors?

BareRose avatar Jun 07 '19 05:06 BareRose