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: docs/docs/protocol-specs/circuits/private-function.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The public inputs of _every_ private function _must_ adhere to the following ABI
51
51
|`encrypted_note_preimage_hashes`|[[`EncryptedNotePreimageHash`](#encryptednotepreimagehash); [`MAX_ENCRYPTED_NOTE_PREIMAGE_HASHES_PER_CALL`](../constants.md#circuit-constants)]| Hashes of the encrypted note preimages emitted in this function call. |
52
52
|`note_hash_read_requests`|[[`ReadRequest`](#readrequest); [`MAX_NOTE_HASH_READ_REQUESTS_PER_CALL`](../constants.md#circuit-constants)]| Requests to prove the note hashes being read exist. |
53
53
|`nullifier_read_requests`|[[`ReadRequest`](#readrequest); [`MAX_NULLIFIER_READ_REQUESTS_PER_CALL`](../constants.md#circuit-constants)]| Requests to prove the nullifiers being read exist. |
54
-
|`nullifier_key_validation_requests`|[[`ParentSecretKeyValidationRequest`](#parentsecretkeyvalidationrequest); [`MAX_NULLIFIER_KEY_VALIDATION_REQUESTS_PER_CALL`](../constants.md#circuit-constants)]| Requests to validate nullifier keys used in this function call. |
54
+
|`key_validation_requests`|[[`ParentSecretKeyValidationRequest`](#parentsecretkeyvalidationrequest); [`MAX_KEY_VALIDATION_REQUESTS_PER_CALL`](../constants.md#circuit-constants)]| Requests to validate keys used in this function call. |
55
55
|`public_call_requests`|[[`PublicCallRequest`](#publiccallrequest); [`MAX_PUBLIC_CALL_STACK_LENGTH_PER_CALL`](../constants.md#circuit-constants)]| Requests to call public functions. |
56
56
|`private_call_requests`|[[`PrivateCallRequest`](#privatecallrequest); [`MAX_PRIVATE_CALL_STACK_LENGTH_PER_CALL`](../constants.md#circuit-constants)]| Requests to call Private functions. |
57
57
|`counter_start`|`u32`| Counter at which the function call was initiated. |
|`master_secret_keys`|[`field`; [`MAX_NULLIFIER_KEY_VALIDATION_REQUESTS_PER_TX`](../constants.md#circuit-constants)]| Master secret keys for the secret keys. |
239
+
|`master_secret_keys`|[`field`; [`MAX_KEY_VALIDATION_REQUESTS_PER_TX`](../constants.md#circuit-constants)]| Master secret keys for the secret keys. |
240
240
241
241
### _Hints_ for [Transient Note Reset Private Kernel Circuit](#transient-note-reset-private-kernel-circuit)
0 commit comments