Age | Commit message (Expand) | Author |
2023-07-26 | Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ci... | Pieter Wuille |
2023-07-26 | crypto: support split plaintext in ChaCha20Poly1305 Encrypt/Decrypt | Pieter Wuille |
2023-07-26 | crypto: add FSChaCha20Poly1305, rekeying wrapper around ChaCha20Poly1305 | Pieter Wuille |
2023-07-26 | crypto: add FSChaCha20, a rekeying wrapper around ChaCha20 | Pieter Wuille |
2023-07-26 | crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439 | Pieter Wuille |
2023-07-26 | crypto: remove outdated variant of ChaCha20Poly1305 AEAD | Pieter Wuille |
2023-07-26 | Merge bitcoin/bitcoin#28127: refactor: Remove C-style const-violating cast, U... | fanquake |
2023-07-26 | Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async eve... | fanquake |
2023-07-25 | Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library | Andrew Chow |
2023-07-25 | kernel: Remove Univalue from kernel library | TheCharlatan |
2023-07-25 | kernel: Split ParseSighashString | TheCharlatan |
2023-07-25 | test: Avoid intermittent issues due to async events in validationinterface_tests | MarcoFalke |
2023-07-24 | Fix initialization of setBlockIndexCandidates when working with multiple chai... | Suhas Daftuar |
2023-07-24 | Tighten requirements for adding elements to setBlockIndexCandidates | Suhas Daftuar |
2023-07-24 | [net processing] Introduce PeerManager options | dergoegge |
2023-07-24 | refactor: Remove unused C-style casts | MarcoFalke |
2023-07-22 | fuzz: use `ConnmanTestMsg` in `connman` | brunoerg |
2023-07-21 | fuzz: increase coverage of the descriptor targets | Antoine Poinsot |
2023-07-21 | fuzz: add a new, more efficient, descriptor parsing target | Antoine Poinsot |
2023-07-21 | Move block-storage-related logic to ChainstateManager | Suhas Daftuar |
2023-07-21 | fuzz: make the parsed descriptor testing into a function | Antoine Poinsot |
2023-07-19 | Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write | Andrew Chow |
2023-07-19 | streams: Teach AutoFile how to XOR | MarcoFalke |
2023-07-19 | Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c... | fanquake |
2023-07-17 | Merge bitcoin/bitcoin#27997: Descriptors: rule out unspendable miniscript des... | Andrew Chow |
2023-07-17 | Merge bitcoin/bitcoin#27993: Make poly1305 support incremental computation + ... | Andrew Chow |
2023-07-17 | Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into one | fanquake |
2023-07-17 | refactor: use Span for SipHash::Write | Sebastian Falbesoner |
2023-07-17 | fuzz: Bump FuzzedDataProvider.h | MarcoFalke |
2023-07-14 | test: Clear block index flags when testing snapshots | Suhas Daftuar |
2023-07-14 | Move block-arrival information / preciousblock counters to ChainstateManager | Suhas Daftuar |
2023-07-14 | Remove CChain dependency in node/blockstorage | Suhas Daftuar |
2023-07-13 | Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` field ... | Andrew Chow |
2023-07-13 | scripted-diff: Use new FUZZ_TARGET macro everywhere | MarcoFalke |
2023-07-13 | fuzz: Accept options in FUZZ_TARGET macro | MarcoFalke |
2023-07-13 | Merge bitcoin/bitcoin#27411: p2p: Restrict self-advertisements with privacy n... | Andrew Chow |
2023-07-12 | Switch all callers from poly1305_auth to Poly1305 class | Pieter Wuille |
2023-07-12 | tests: add more Poly1305 test vectors | Pieter Wuille |
2023-07-12 | crypto: add Poly1305 class with std::byte Span interface | Pieter Wuille |
2023-07-12 | Merge bitcoin/bitcoin#27985: Add support for RFC8439 variant of ChaCha20 | Andrew Chow |
2023-07-11 | Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loop | Ryan Ofsky |
2023-07-10 | test: indexes, fix on error infinite loop | furszy |
2023-07-10 | Merge bitcoin/bitcoin#27607: index: make startup more efficient | Ryan Ofsky |
2023-07-10 | index: verify blocks data existence only once | furszy |
2023-07-10 | refactor: simplify pruning violation check | furszy |
2023-07-10 | make GetFirstStoredBlock assert that 'start_block' always has data | furszy |
2023-07-10 | refactor: index, decouple 'Init' from 'Start' | furszy |
2023-07-09 | test: add ChaCha20 test triggering 32-bit block counter overflow | Sebastian Falbesoner |
2023-07-08 | test: make assumeUTXO test capture the expected fatal error | furszy |
2023-07-07 | tests: improve ChaCha20 unit tests | Pieter Wuille |