pub fn sign_bbs( alg: ProofAlgorithm, data: &[Vec<u8>], sk: &BBSplusSecretKey, pk: &BBSplusPublicKey, header: &[u8], ) -> KeyStorageResult<Vec<u8>>
Signs data and header using the given keys.