it('throws error when publicKey lengths do not match', (): void => {
    expect(
      () => sr25519Verify(
        new Uint8Array([0x61, 0x62, 0x63, 0x64]),
        new Uint8Array(64),