Skip to content

Commit

Permalink
add log line for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jan 13, 2025
1 parent 20f268d commit 08da659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/signing/signing.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ func (s *Service) SignG1(
g1Point = g1Point.Deserialize(g1Bytes)

sig := blsKey.SignHashedToCurveMessage(g1Point.G1Affine)
s.logger.Info(fmt.Sprintf("Signed a G1 message successfully using %s", pubKeyHex))
return &v1.SignG1Response{Signature: sig.Serialize()}, nil
}

0 comments on commit 08da659

Please sign in to comment.