Skip to content

feat(rust): standardize STE Vec parameter names in encryption response#12

Merged
calvinbrewer merged 6 commits into
mainfrom
feat/standardize-ste-vec-param-names
Jul 2, 2025
Merged

feat(rust): standardize STE Vec parameter names in encryption response#12
calvinbrewer merged 6 commits into
mainfrom
feat/standardize-ste-vec-param-names

Conversation

@coreyhn
Copy link
Copy Markdown
Collaborator

@coreyhn coreyhn commented Jul 2, 2025

Shortens and standardizes JSON parameter names for structured text encryption (STE) vector entries. The new names follow existing conventions used for other encrypted response parameters.

Changes:

  • tokenized_selectors (selector)
  • termt (term)
  • recordr (record)
  • parent_is_arraypa (parent array)

This is a breaking change made during pre-release development.

coreyhn and others added 6 commits July 1, 2025 18:44
Shortens and standardizes JSON parameter names for structured text
encryption (STE) vector entries. The new names follow existing
conventions used for other encrypted response parameters.

Changes:
- `tokenized_selector` → `s` (selector)
- `term` → `t` (term)
- `record` → `r` (record)
- `parent_is_array` → `pa` (parent array)
Replaces placeholder and inconsistent cryptographic values throughout
the README documentation with realistic encrypted outputs.
@coreyhn coreyhn requested a review from calvinbrewer July 2, 2025 01:47
@calvinbrewer calvinbrewer merged commit dec6cbb into main Jul 2, 2025
@coreyhn coreyhn deleted the feat/standardize-ste-vec-param-names branch July 2, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants