Skip to content

Commit

Permalink
Update crypt.script_api
Browse files Browse the repository at this point in the history
Fixed api reference return values
  • Loading branch information
britzl authored Mar 9, 2025
1 parent 08baeee commit 0fd1ebd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions crypt/api/crypt.script_api
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- name: buffer
type: string

return:
returns:
- name: output
type: string

Expand All @@ -28,7 +28,7 @@
- name: buffer
type: string

return:
returns:
- name: output
type: string

Expand All @@ -40,7 +40,7 @@
- name: buffer
type: string

return:
returns:
- name: output
type: string

Expand All @@ -52,7 +52,7 @@
- name: buffer
type: string

return:
returns:
- name: output
type: string

Expand All @@ -67,7 +67,7 @@
- name: input
type: string

return:
returns:
- name: output
type: string

Expand All @@ -81,7 +81,7 @@
- name: input
type: string

return:
returns:
- name: output
type: string

Expand All @@ -98,7 +98,7 @@
type: string
desc: key should be <=16

return:
returns:
- name: output
type: string

Expand All @@ -114,6 +114,6 @@
type: string
desc: key should be <=16

return:
returns:
- name: output
type: string
type: string

0 comments on commit 0fd1ebd

Please sign in to comment.