[][src]Function itsdangerous::signer::default_builder

pub fn default_builder<S: Into<Cow<'static, str>>>(
    secret_key: S
) -> SignerBuilder<Sha1, HMACAlgorithm<Sha1>, DjangoConcat>

Constructs a default signer builder, using the [sha1] digest, hmac, and the django concat key derivation.