VerifyingKeyHandleLike
VerifyingKeyHandleLike:
number| {toBytes:ArrayBuffer; }
An opaque handle to the other party's verifying key.
Structural on purpose: dkls uses an integer handle, schnorr and mldsa use native objects that
expose toBytes(). Naming any one of them here would put a binding above the others.