search for: md5_stream

Displaying 4 results from an estimated 4 matches for "md5_stream".

2020 May 01
4
Request: tools::md5sum should accept connections and finally in-memory objects
...e R-source (e.g., [2] and [3]), it seems all building blocks have already been implemented so that hashing should not be restricted to files. I would like to ask: 1) Why is md5_buffer unused?: In src/library/tools/src/md5.c [see 2], md5_buffer is implemented which seems to be the counterpart of md5_stream for non-file inputs: --- #ifdef UNUSED /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ static void * md5_buffer (const cha...
2020 May 01
0
Request: tools::md5sum should accept connections and finally in-memory objects
...gt; [3]), it seems all building blocks have already been implemented so that > hashing should not be restricted to files. I would like to ask: > > 1) Why is md5_buffer unused?: > In src/library/tools/src/md5.c [see 2], md5_buffer is implemented which > seems to be the counterpart of md5_stream for non-file inputs: > > --- > #ifdef UNUSED > /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The > result is always in little endian byte order, so that a byte-wise > output yields to the wanted ASCII representation of the message > digest....
2020 May 01
0
Request: tools::md5sum should accept connections and finally in-memory objects
...e.g., [2] and [3]), it seems all building blocks have already been implemented so that hashing should not be restricted to files. I would like to ask: > > 1) Why is md5_buffer unused?: > In src/library/tools/src/md5.c [see 2], md5_buffer is implemented which seems to be the counterpart of md5_stream for non-file inputs: > > --- > #ifdef UNUSED > /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The > result is always in little endian byte order, so that a byte-wise > output yields to the wanted ASCII representation of the message > digest. */ > s...
2020 May 01
1
Request: tools::md5sum should accept connections and finally in-memory objects
...l building blocks have already been implemented >> so that hashing should not be restricted to files. I would like to ask: >> >> 1) Why is md5_buffer unused?: >> In src/library/tools/src/md5.c [see 2], md5_buffer is implemented >> which seems to be the counterpart of md5_stream for non-file inputs: >> >> --- >> #ifdef UNUSED >> /* Compute MD5 message digest for LEN bytes beginning at BUFFER. ?The >> ??result is always in little endian byte order, so that a byte-wise >> ??output yields to the wanted ASCII representation of the message &g...