Skip to content

Commit

Permalink
extern
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Aug 2, 2024
1 parent e3b3b05 commit 0dc26ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def signatureAlgorithm(self, sig_alg):

# Export extern class
aws_cryptography_primitives.internaldafny.generated.Signature.ECDSA = default__.ECDSA
aws_cryptography_primitives.internaldafny.generated.Signature.Signature.ECDSA = default__.ECDSA
# Remove after https://github.com/dafny-lang/dafny/issues/4853
aws_cryptography_primitives.internaldafny.generated.Signature.ECDSA_Verify = default__.ECDSA.Verify
ECDSA_Verify = default__.ECDSA.Verify
Expand Down

0 comments on commit 0dc26ae

Please sign in to comment.