pub fn auths_attr_keys(
attr: Attr,
secret: impl DigestibleSecret,
timestamps: impl IntoIterator<Item = NumericDate>,
) -> Vec<Vec<u8>>Expand description
Derives attribute keys for a given attr::Attribute and a list of timestamps.
pub fn auths_attr_keys(
attr: Attr,
secret: impl DigestibleSecret,
timestamps: impl IntoIterator<Item = NumericDate>,
) -> Vec<Vec<u8>>Derives attribute keys for a given attr::Attribute and a list of timestamps.