We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the key-server doesn't really allow the key-material to change. At least as far as I understood: https://github.com/coniks-sys/coniks-go/blob/master/protocol/directory.go#L91-L97
The text was updated successfully, but these errors were encountered:
This would be implemented in the key change operation (which is separated with the register operation).
AFAIK Java implementation has implemented this: https://github.com/coniks-sys/coniks-java/blob/master/coniks_server/src/main/java/org/coniks/coniks_server/RequestHandler.java#L112-L1190
Sorry, something went wrong.
No branches or pull requests
Currently the key-server doesn't really allow the key-material to change. At least as far as I understood: https://github.com/coniks-sys/coniks-go/blob/master/protocol/directory.go#L91-L97
The text was updated successfully, but these errors were encountered: