This commit is contained in:
Joey Hess 2020-07-03 14:40:13 -04:00
parent d89b52086e
commit c016527cb5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -188,6 +188,7 @@ support a request, it can reply with `UNSUPPORTED-REQUEST`.
This only needs to be implemented if IMPORTKEYSUPPORTED indicates This only needs to be implemented if IMPORTKEYSUPPORTED indicates
it is supported. it is supported.
Generates a key by querying the remote for eg, a checksum. Generates a key by querying the remote for eg, a checksum.
(See [[internals/key_format]] for details of how to format a key.)
Any kind of key can be generated, depending on what the remote Any kind of key can be generated, depending on what the remote
can support. can support.
The user expects this to be reasonably fast and not use a lot of disk The user expects this to be reasonably fast and not use a lot of disk