summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/bindings/crc32_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* digital: Remove crc32 utilityMartin Braun2021-05-221-62/+0
| | | | | | | | | | This patch removes a crc32 utility that used to be used in our CRC32 blocks, but no longer is. Right now, all this does is expose a generic CRC32 function to the user (both via Python and C++), but there are enough other libraries that let the user do that. Therefore, we'll remove this. Signed-off-by: Martin Braun <martin@gnuradio.org>
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* digital: add pybind11 bindingsJosh Morman2020-06-041-0/+54