Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shorten the
CipherTransformFactory.prototype.#buildObjectKey
method
- Use `TypedArray.prototype.set()` rather than a manual loop when building the `key`. - Use an existing local variable to avoid re-computing the length of the `encryptionKey`.
- Loading branch information