devgianlu
|
1ae28324bd
|
LibCrypto: Accept correct IV sizes for AES-GCM
AES-GCM should accept 96-bits keys as is. Any other key should be
preprocessed with GHASH.
|
2024-12-16 13:27:53 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
Andreas Kling
|
52b05a08c7
|
LibCrypto: Reduce use of ByteBuffer in AES code
Use Bytes/ReadonlyBytes more where possible.
|
2021-01-12 09:34:04 +01:00 |
|
Andreas Kling
|
8e20208dd6
|
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
|
2020-12-19 18:29:13 +01:00 |
|
AnotherTest
|
d3c52cef86
|
LibCrypto: Implement GCM mode
|
2020-11-14 10:18:54 +01:00 |
|