Skip to content

Commit

Permalink
feat: add Get() to CBLSPublicKeyVersionWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 6, 2023
1 parent e0fb132 commit 792b9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bls/bls.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ class CBLSPublicKeyVersionWrapper {
inline void Unserialize(Stream& s) {
obj.Unserialize(s, legacy);
}
CBLSPublicKey Get() const { return obj; }
};

class CBLSSignature : public CBLSWrapper<bls::G2Element, BLS_CURVE_SIG_SIZE, CBLSSignature>
Expand Down

0 comments on commit 792b9ce

Please sign in to comment.