Skip to content

Commit

Permalink
Merge branch 'v4_public'
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrodzilla committed May 29, 2024
2 parents 93245f4 + a249767 commit 8ad91a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/paseto_impl/v4_public.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![cfg(feature = "v4_public")]
use ed25519_dalek::{Signature, SigningKey, VerifyingKey};
use crate::core::{Footer, Header, ImplicitAssertion, Paseto, PasetoAsymmetricPrivateKey, PasetoAsymmetricPublicKey, PasetoError, Public};
use ed25519_dalek::{Signature, Signer, SigningKey, Verifier, VerifyingKey};
use crate::core::{Footer, Header, ImplicitAssertion, Paseto, PasetoAsymmetricPrivateKey, PasetoAsymmetricPublicKey, PasetoError, Public, V4};
use crate::core::common::{PreAuthenticationEncoding, RawPayload};

impl<'a> Paseto<'a, V4, Public> {
Expand Down

0 comments on commit 8ad91a5

Please sign in to comment.