Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/AwsCryptographicMaterialPro…
Browse files Browse the repository at this point in the history
…viders/runtimes/net/BouncyCastle.Cryptography-2.3.1
  • Loading branch information
texastony authored May 20, 2024
2 parents f1e2c0d + 7c3a00f commit 5294404
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Digest_Compile;

import Dafny.Aws.Cryptography.Primitives.Types.InternalResult;
import ExternDigest._ExternBase___default;
import StandardLibraryInternal.InternalResult;
import Wrappers_Compile.Result;
import dafny.Array;
import dafny.DafnySequence;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import static Signature.SignatureAlgorithm.signatureAlgorithm;

import Dafny.Aws.Cryptography.Primitives.Types.InternalResult;
import Digest_Compile.ExternDigest;
import Random_Compile.ExternRandom;
import StandardLibraryInternal.InternalResult;
import Wrappers_Compile.Result;
import dafny.Array;
import dafny.DafnySequence;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Signature;

import Dafny.Aws.Cryptography.Primitives.Types.InternalResult;
import StandardLibraryInternal.InternalResult;
import Wrappers_Compile.Result;
import dafny.Array;
import dafny.DafnySequence;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import static java.math.BigInteger.ONE;
import static java.math.BigInteger.ZERO;

import Dafny.Aws.Cryptography.Primitives.Types.InternalResult;
import StandardLibraryInternal.InternalResult;
import Wrappers_Compile.Result;
import dafny.Array;
import dafny.DafnySequence;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import static Signature.ECDSA.SEC_P384;
import static Signature.ECDSA.SEC_PRIME_FIELD_PREFIX;

import Dafny.Aws.Cryptography.Primitives.Types.InternalResult;
import StandardLibraryInternal.InternalResult;
import Wrappers_Compile.Result;
import java.security.AlgorithmParameters;
import java.security.NoSuchAlgorithmException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Dafny.Aws.Cryptography.Primitives.Types;
package StandardLibraryInternal;

/**
* Similar to the translation of Dafny's Wrappers.Result type,
Expand Down

0 comments on commit 5294404

Please sign in to comment.