We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9f4ca commit 0eb7765Copy full SHA for 0eb7765
src/structs.rs
@@ -42,6 +42,9 @@ impl CrcCalculator for Calculator {
42
impl CrcParams {
43
/// Creates custom CRC parameters for a given set of Rocksoft CRC parameters.
44
///
45
+ /// Generates the folding keys on-demand, which has a slight performance penalty. For
46
+ /// performance-critical applications, consider generating the keys once and reusing them.
47
+ ///
48
/// Does not support mis-matched refin/refout parameters, so both must be true or both false.
49
50
/// Rocksoft parameters for lots of variants: https://reveng.sourceforge.io/crc-catalogue/all.htm
0 commit comments