aboutsummaryrefslogtreecommitdiff
path: root/src/blockfilter.cpp
AgeCommit message (Expand)Author
2018-12-21blockfilter: Remove default clause in switch statement.Jim Posen
2018-11-06blockfilter: Additional constructors for BlockFilter.Jim Posen
2018-11-06blockfilter: Refactor GCS params into struct.Jim Posen
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
2018-08-28blockfilter: Omit empty scripts from filter contents.Jim Posen
2018-08-25blockfilter: Optimization on compilers with int128 support.Jim Posen
2018-08-25blockfilter: Additional helper methods to compute hash and header.Jim Posen
2018-08-25blockfilter: Construction of basic block filters.Jim Posen
2018-08-25blockfilter: Implement GCSFilter Match methods.Jim Posen
2018-08-25blockfilter: Implement GCSFilter constructors.Jim Posen