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