Line | |
---|
1 | #ifndef HASH_STRMS_TEMPLATE_HPP |
---|
2 | #define HASH_STRMS_TEMPLATE_HPP |
---|
3 | |
---|
4 | #include "../lib/bitblock.hpp" |
---|
5 | #include "../lib/carryQ.hpp" |
---|
6 | #include "../src/basis_bits.hpp" |
---|
7 | |
---|
8 | // GENERATED |
---|
9 | @hash_strms_global |
---|
10 | // GENERATED |
---|
11 | @hash_strms_stream_stmts |
---|
12 | |
---|
13 | static IDISA_ALWAYS_INLINE void hash_strms_do_block(Basis_bits & basis_bits, Hash & hash) { |
---|
14 | // GENERATED |
---|
15 | @hash_strms_block_stmts |
---|
16 | } |
---|
17 | |
---|
18 | static IDISA_ALWAYS_INLINE void hash_strms_do_final_block(Basis_bits & basis_bits, Hash & hash, BitBlock & EOF_mask) { |
---|
19 | // GENERATED |
---|
20 | @hash_strms_final_block_stmts |
---|
21 | } |
---|
22 | |
---|
23 | #endif // HASH_STRMS_TEMPLATE_HPP |
---|
Note: See
TracBrowser
for help on using the repository browser.