Skip to content

Commit

Permalink
export ECDSA module
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnzhou committed Feb 6, 2024
1 parent f28fbc5 commit 6944b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LCLPingAuth/Cryptography/ECDSA.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import LCLK1
/**
The ECDSA (Elliptic Curve Digital Signature Algorithm) namespace that handles key serialization, deserialization, verification, and signing
*/
class ECDSA {
public class ECDSA {

/**
Derive the corresponding public key from the ECDSA private key
Expand Down

0 comments on commit 6944b0c

Please sign in to comment.