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-09-20
Add ability to specify SHA256 implementation for benchmark purposes
Hennadii Stepanov
2023-08-17
crypto: make ChaCha20::SetKey wipe buffer
Pieter Wuille
2023-08-17
crypto: require key on ChaCha20 initialization
Pieter Wuille
2023-08-17
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
Pieter Wuille
2023-08-15
refactor: add missing headers for BIP324 ciphersuite
stratospher
2023-08-14
crypto: BIP324 ciphersuite follow-up
stratospher
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-24
refactor: Remove unused C-style casts
MarcoFalke
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
[next]