factory SaplingBindingVerificationKey.fromBytes(List<int> pk) { return SaplingBindingVerificationKey( RedJubJubPublicKey.fromBytes(pk).point, ); }