Ping Identity

identity_sign

Sign arbitrary data with this identity's Ed25519 private key. Returns the signature and the identity's DID.

Remote loomal/identity

Remote (network-hosted)

Other tools also called identity_sign? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "data": {
      "type": "string",
      "maxLength": 2000000,
      "description": "Base64-encoded data to sign"
    }
  }
}