Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't try to correct OT in OTK #900

Open
dkasak opened this issue Jan 5, 2024 · 1 comment
Open

Don't try to correct OT in OTK #900

dkasak opened this issue Jan 5, 2024 · 1 comment

Comments

@dkasak
Copy link
Contributor

dkasak commented Jan 5, 2024

OTK is a common term in cryptography, standing for One-Time Key. I couldn't quite figure out how to contribute the fix for this, but the following works locally:

[default.extend-identifiers]
OTK = "OTK"
OTKs = "OTKs"

[default.extend-words]
OTK = "OTK"
OTKs = "OTKs"
@epage
Copy link
Collaborator

epage commented Jan 6, 2024

For OTKs, see #745.

For OTK, its hard to tell when we should support terms specific to a subfield vs having users deal with it in their config. So far, I think we've tended to focus on more cross-domain terms or widely scoped domains.

@epage epage changed the title Don't try to correct OT in OTK and OTKs Don't try to correct OT in OTK Apr 2, 2024
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

No branches or pull requests

2 participants