Skip to content

Commit

Permalink
readme: note on aes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 25, 2024
1 parent e1046f5 commit 4d74d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ constant-timeness_. Even statically typed Rust, a language without GC,
for some cases. If your goal is absolute security, don't use any JS lib — including bindings to native ones.
Use low-level libraries & languages. Nonetheless we're targetting algorithmic constant time.

AES uses T-tables, which means it can't be done in constant-time in JS.

### Supply chain security

* **Commits** are signed with PGP keys, to prevent forgery. Make sure to verify commit signatures.
Expand Down

0 comments on commit 4d74d8d

Please sign in to comment.