pub fn encode_bls_jwk( private_key: &BBSplusSecretKey, public_key: &BBSplusPublicKey, alg: ProofAlgorithm, ) -> (Jwk, Jwk)
Encodes a private BBS+ key into JWK.