# ValidatorKeys

> Validator Keys Storage

Utility to manage the validator keys in storage

## Errors

### InvalidPublicKey

```solidity
error InvalidPublicKey()
```

The provided public key is not matching the expected length

### InvalidSignature

```solidity
error InvalidSignature()
```

The provided signature is not matching the expected length
