things in order: first archive, then compress, then either encrypt or sha256sum,
then erasure code. Note that if GNU Privacy Guard is used for privacy, then it
will also ensure integrity, so the use of sha256sum is unnecessary in that case.
-Note that if 7z is used for archiving then it also does very good compression,
-so you don't need a separate compressor in that case.
+Note that if 7z is used for archiving then it also does compression, so you
+don't need a separate compressor in that case.
* Performance Measurements
return retval;
}
-/* To make sure that we stay within cache in the inner loops of fec_encode()
- and fec_decode(). */
+/* To make sure that we stay within cache in the inner loops of fec_encode(). (It would
+ probably help to also do this for fec_decode(). */
#ifndef STRIDE
#define STRIDE 8192
#endif