Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sdk): uses offset for ByteBuffer array offset (#209)
ByteBuffer could have an array offset. We consider the length of the ByteBuffer, but we do not consider the offset and default it to 0. This PR fixes this problem by adding in the array offset when encrypting.
- Loading branch information