-
Notifications
You must be signed in to change notification settings - Fork 279
Pull requests: ricmoo/aes-js
Pull requests list
CFB mode segmentSize bug fix
#97
opened May 23, 2020 by
shanmukhateja
Loading...
updated Oct 4, 2025
Huge performance boost by reducing operations with arrays
#102
opened Jul 7, 2020 by
NikitaCartes
Loading...
updated Nov 6, 2024
update commit hash for web browser using rawgit
#100
opened Jun 10, 2020 by
tsamaya
Loading...
updated May 27, 2023
Update README.md to include an example for PBKDF in browser with js-sha256
#115
opened Jan 6, 2023 by
mohsenasm
Loading...
updated Jan 6, 2023
Fix misspellings in error messages
#95
opened Mar 30, 2020 by
sidecut
Loading...
updated Aug 11, 2022
x % 2^n = x & (2^n - 1), x * 2^n = x << n
#64
opened Jun 17, 2018 by
duzun
Loading...
updated Aug 29, 2019
ProTip!
Filter pull requests by the default branch with base:master.