index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
Age
Commit message (
Expand
)
Author
2023-07-19
Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write
Andrew Chow
2023-07-17
refactor: use Span for SipHash::Write
Sebastian Falbesoner
2023-07-12
Switch all callers from poly1305_auth to Poly1305 class
Pieter Wuille
2023-07-12
crypto: add Poly1305 class with std::byte Span interface
Pieter Wuille
2023-07-12
crypto: switch poly1305 to incremental implementation
Pieter Wuille
2023-07-07
crypto: Implement RFC8439-compatible variant of ChaCha20
Pieter Wuille
2023-05-04
scripted-diff: Use platform-agnostic `ALWAYS_INLINE` macro
Hennadii Stepanov
2023-05-04
Introduce platform-agnostic `ALWAYS_INLINE` macro
Hennadii Stepanov
2023-02-15
Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...
fanquake
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-30
Inline ChaCha20 32-byte specific constants
Pieter Wuille
2023-01-30
Only support 32-byte keys in ChaCha20{,Aligned}
Pieter Wuille
2023-01-30
Use ChaCha20Aligned in MuHash3072 code
Pieter Wuille
2023-01-30
Make unrestricted ChaCha20 cipher not waste keystream bytes
Pieter Wuille
2023-01-30
Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64
Pieter Wuille
2023-01-30
Split ChaCha20 into aligned/unaligned variants
Pieter Wuille
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-26
Fix typo in comment SHA256->SHA512
Elichai Turkel
2022-09-23
refactor: use <cstdlib> over stdlib.h
fanquake
2022-07-20
Use HashWriter where possible
MacroFake
2022-06-10
build: test for timingsafe_bcmp
fanquake
2022-05-04
Unroll the ChaCha20 inner loop for performance
Pieter Wuille
2022-04-05
refactor: Use [[maybe_unused]] attribute
Hennadii Stepanov
2022-04-05
refactor: Drop unneeded workarounds aimed to silence unused warning
Hennadii Stepanov
2022-02-17
doc: Fix typos
Taeik Lim
2022-02-14
Merge bitcoin/bitcoin#24115: ARMv8 SHA2 Intrinsics
laanwj
2022-01-30
doc: Fix typos pointed out by lint-spelling
brunoerg
2022-01-28
Add optimized sha256d64_arm_shani::Transform_2way
Pieter Wuille
2022-01-28
Implement sha256_arm_shani::Transform
Pavol Rusnak
2022-01-28
Add sha256_arm_shani to build system
Pavol Rusnak
2022-01-28
Rename SHANI to X86_SHANI to allow future implementation of ARM_SHANI
Pavol Rusnak
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-13
build: use __SIZEOF_INT128__ for checking __int128 availability
fanquake
2021-10-20
Fix K1/K2 use in the comments in ChaCha20-Poly1305 AEAD
=
2021-06-23
[crypto] Fix K1/K2 use in ChaCha20-Poly1305 AEAD
Dhruv Mehta
2021-04-19
crypto: Make MuHash Remove method efficient
Fabian Jahr
2021-01-24
refactor: Improve encapsulation between MuHash3072 and Num3072
Fabian Jahr
2021-01-07
Merge #19055: Add MuHash3072 implementation
Wladimir J. van der Laan
2021-01-04
doc: Use https URLs where possible
Sawyer Billings
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-21
crypto: Add MuHash3072 implementation
Fabian Jahr
2020-12-20
crypto: Add Num3072 implementation
Fabian Jahr
2020-09-28
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
Pieter Wuille
2020-09-21
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-14
Merge #19931: Change CSipHasher's count variable to uint8_t
fanquake
2020-09-10
Change CSipHasher's count variable to uint8_t
Pieter Wuille
2020-09-06
Unroll Keccak-f implementation
Pieter Wuille
2020-09-06
Implement keccak-f[1600] and SHA3-256
Pieter Wuille
2020-06-29
build: improve builtin_clz* detection
fanquake
[next]