mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-23 16:28:11 -07:00
update go version in actions
This commit is contained in:
@@ -75,7 +75,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
s2.Write(ecdhPubKey.Bytes())
|
||||
//s2.Write(elliptic.Marshal(privKey.PublicKey.Curve, privKey.PublicKey.X, privKey.PublicKey.Y))
|
||||
// s2.Write(elliptic.Marshal(privKey.PublicKey.Curve, privKey.PublicKey.X, privKey.PublicKey.Y))
|
||||
jwksData = JWKSKeys{Keys: []JWKSKey{
|
||||
{
|
||||
KeyType: "EC",
|
||||
|
||||
Reference in New Issue
Block a user