Class sjcl.cipher.aes
Advanced Encryption Standard (low-level interface)
Defined in: aes.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
sjcl.cipher.aes(key)
Schedule out an AES key for both encryption and decryption.
|
| Method Attributes | Method Name and Description |
|---|---|
|
decrypt(data)
Decrypt an array of 4 big-endian words.
|
|
|
encrypt(data)
Encrypt an array of 4 big-endian words.
|