Searched refs:ES256_ALGO (Results 1 – 1 of 1) sorted by relevance
45 const ES256_ALGO: iana::Algorithm = iana::Algorithm::ES256; constant243 let key = CoseKeyBuilder::new_ec2_pub_key(curve, x, y).algorithm(ES256_ALGO).build(); in cose_public_key()