Skip to content

Commit 4ce4b18

Browse files
add ref
1 parent 9785049 commit 4ce4b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crc32.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include <Eigen/Dense>
44

5+
// https://stackoverflow.com/questions/2573726/how-to-use-boostcrc
6+
// https://stackoverflow.com/questions/5100718/integer-to-hex-string-in-c
57
std::string getCrc32(const std::string& str) {
68
boost::crc_32_type result;
79
result.process_bytes(str.data(), str.length());

0 commit comments

Comments
 (0)