factory SaplingSpendAuthorizingKey.fromBytes(List<int> sk) { return SaplingSpendAuthorizingKey(JubJubFr.fromBytes(sk)); }