Skip to content

Commit

Permalink
Make compact signature fields public (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Nov 17, 2022
1 parent f7bfd74 commit 1542d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/zkp/Recovery.swift
Expand Up @@ -66,8 +66,8 @@ public extension secp256k1 {
public extension secp256k1.Recovery {
/// Recovery Signature
struct ECDSACompactSignature {
let signature: Data
let recoveryId: Int32
public let signature: Data
public let recoveryId: Int32
}

struct ECDSASignature: ContiguousBytes, RawSignature {
Expand Down

0 comments on commit 1542d3a

Please sign in to comment.