[][src]Function over_there_auth::split::split

pub fn split<A>(authenticator: A) -> (SignerHalf<A>, VerifierHalf<A>) where
    A: Authenticator

Splits authenticator into signer and verifier halves that point to the same underlying authenticator via arc