Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Cinque <joncinque@pm.me>
* cmt: add check for leaf index OOB
* ac: add checks for leaf index OOB
* ac: add tests for leaf index OOB
* nit: fix some poor logging & unused imports
* cmt: add initialization checks before public methods
* cmt: update LeafContentsModified error message
* cmt: make tests easier to read, add PartialEq, Eq to CMTError
* ac: make LeafOOB error the last error in the struct to prevent breaking changes
* ac: fmt fix