search for: md5_buffer

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

Did you mean: mc_buffer
2020 May 01
4
Request: tools::md5sum should accept connections and finally in-memory objects
...the popularity of the 'digest' package (~850.000 downloads/month). Upon the inspection of the relevant files in the 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-...
2020 May 01
0
Request: tools::md5sum should accept connections and finally in-memory objects
...t' package > (~850.000 downloads/month). > > Upon the inspection of the relevant files in the 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...
2020 May 01
0
Request: tools::md5sum should accept connections and finally in-memory objects
...the 'digest' package (~850.000 downloads/month). > > Upon the inspection of the relevant files in the 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...
2020 May 01
1
Request: tools::md5sum should accept connections and finally in-memory objects
...0.000 downloads/month). >> >> Upon the inspection of the relevant files in the 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 >> ??r...