Function rabe::schemes::mke08::request_authority_pk[][src]

pub fn request_authority_pk(
    _pk: &Mke08PublicKey,
    _a: &String,
    _sk_a: &Mke08SecretAuthorityKey
) -> Option<Mke08PublicAttributeKey>

Sets up and generates a public Attribute Key for an Authority, if the attribute belongs to this auhtority

Arguments

  • _pk - A Public Key (PK), generated by the function setup()
  • _a - The name of the attribute given as String.
  • _ska - A Secret Authority Key (SKauth), generated by the function authgen()