You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proto-docs/refs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,8 +149,8 @@ Signature of something in NeoFS.
149
149
150
150
| Field | Type | Label | Description |
151
151
| ----- | ---- | ----- | ----------- |
152
-
| key |[bytes](#bytes)|| Public key used for signing. For N3 `scheme`, the field represents a verification script. |
153
-
| sign |[bytes](#bytes)|| Signature. For N3 `scheme`, the field represents an invocation script. |
152
+
| key |[bytes](#bytes)|| Public key used for signing. For N3 `scheme`, the field represents a verification script. The maximum allowed length is 1024 bytes. |
153
+
| sign |[bytes](#bytes)|| Signature. For N3 `scheme`, the field represents an invocation script. The maximum allowed length is 1024 bytes. |
154
154
| scheme |[SignatureScheme](#neo.fs.v2.refs.SignatureScheme)|| Scheme contains digital signature scheme identifier |
155
155
156
156
@@ -162,8 +162,8 @@ RFC 6979 signature.
162
162
163
163
| Field | Type | Label | Description |
164
164
| ----- | ---- | ----- | ----------- |
165
-
| key |[bytes](#bytes)|| Public key used for signing. For N3 auth scheme, the field represents a verification script. |
166
-
| sign |[bytes](#bytes)|| Deterministic ECDSA with SHA-256 hashing. For N3 auth scheme, the field represents an invocation script. |
165
+
| key |[bytes](#bytes)|| Public key used for signing. For N3 auth scheme, the field represents a verification script. The maximum allowed length is 1024 bytes. |
166
+
| sign |[bytes](#bytes)|| Deterministic ECDSA with SHA-256 hashing. For N3 auth scheme, the field represents an invocation script. The maximum allowed length is 1024 bytes. |
0 commit comments