Sean Parkinson
|
2323a5cf59
ARM32 ChaCha20, Poly1305: assembly code
|
3 months ago |
Sean Parkinson
|
27033c225f
Thumb-2 ChaCha, Poly1305: implemention in assembly
|
3 months ago |
Sean Parkinson
|
3ade7a875e
RISC-V 64 ASM: Add Poly1305 implementation
|
4 months ago |
Sean Parkinson
|
2cc5ecf117
Merge pull request #7759 from JacobBarthelmeh/poly1305
|
4 months ago |
JacobBarthelmeh
|
31a6a2bf59
update copyright to 2024
|
5 months ago |
JacobBarthelmeh
|
8a9c893c6f
fix for initialization of high value and funtction signature
|
5 months ago |
JacobBarthelmeh
|
04ab561a65
add smallstack support for poly1305 w64wrapper
|
5 months ago |
JacobBarthelmeh
|
902087df6f
add w64wrapper support in poly1305
|
5 months ago |
Sean Parkinson
|
aab97fe9e2
ChaCha20, Poly1305 ASM for MSVC
|
9 months ago |
Daniel Pouzzner
|
4b9302cdb3
another batch of -Wconversion fixes.
|
1 year ago |
David Garske
|
6418e3cbfe
Fixes for implicit casts.
|
1 year ago |
Jacob Barthelmeh
|
9dcc48c8f7
update copyright to 2023
|
2 years ago |
Sean Parkinson
|
66ce7635b9
AES x86 ASM: new assembly
|
2 years ago |
Jacob Barthelmeh
|
8eaa85e412
update copyright year to 2022
|
2 years ago |
Daniel Pouzzner
|
6a56d3e131
jumbo patch of fixes for clang-tidy gripes (with some bug fixes).
|
2 years ago |
Daniel Pouzzner
|
0eb76bcfd8
linuxkm: add missing RESTORE_VECTOR_REGISTERS() in wolfcrypt/src/poly1305.c:wc_Poly1305Update().
|
3 years ago |
Daniel Pouzzner
|
0f05a71bfb
linuxkm: refactor SAVE_VECTOR_REGISTERS() macro to take a fail clause as an argument, to allow the preprocessor to completely eliminate it in non-kernel builds, and for backward compat with WCv5.0-RC8.
|
3 years ago |
Sean Parkinson
|
38cfec89e8
ARMv8: fix configurations
|
3 years ago |
Daniel Pouzzner
|
6d715130a2
linuxkm: cleanups and smallstack refactors related to WOLFSSL_LINUXKM_SIMD_X86_IRQ_ALLOWED, associated linuxkm-SIMD-IRQ PR, and associated peer review:
|
3 years ago |
Daniel Pouzzner
|
83e0e19e03
linuxkm feature additions:
|
3 years ago |
Elms
|
5c01613acb
Add GCC extension to bypass select `-pedantic` warnings
|
3 years ago |
toddouska
|
3ac03d3d66
Merge pull request #3805 from JacobBarthelmeh/copyright
|
3 years ago |
Sean Parkinson
|
a55e94cf6f
ECCSI and SAKKE: add support
|
4 years ago |
Jacob Barthelmeh
|
c729318ddd
update copyright date
|
3 years ago |
Daniel Pouzzner
|
6142c22948
add wc_XChaCha_init(), wc_XChaCha20Poly1305_Init(), wc_XChaCha20Poly1305_encrypt_oneshot(), wc_XChaCha20Poly1305_decrypt_oneshot(), and wc_Poly1305_EncodeSizes64(). also, remove redundant arg check (typo) in wc_Poly1305Update().
|
4 years ago |
Daniel Pouzzner
|
7c2aefcfdd
linuxkm: enable the rest of the _asm implementations for x86, wrapped in {SAVE,RESTORE}_VECTOR_REGISTERS().
|
4 years ago |
Tesfa Mael
|
493510e2ea
Review comments
|
4 years ago |
Tesfa Mael
|
cebb283822
DO-178 changes
|
4 years ago |
Sean Parkinson
|
55ea2facdd
Changes to clear issues raised by cppcheck
|
5 years ago |
toddouska
|
11a0b117f8
Merge pull request #2706 from dgarske/chapoly_aead_iuf
|
5 years ago |