Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Convert an OpenPGP FINGERPRINT (hexadecimal string with whitespace), to the corresponding bytevector.
Read STR, an ASCII-armored OpenPGP packet, and return the corresponding OpenPGP record.
Read from PORT an ASCII-armored detached signature. Return an <openpgp-signature> record or the end-of-file object. Raise an error if the data read from PORT does is invalid or does not correspond to a detached signature.
Return two values: the first key with ID in KEYRING, and a list of associated packets (user IDs, signatures, etc.). Return #f and the empty list of ID was not found. ID must be the 64-bit key ID of the key, an integer.
Return two values: the key with FINGERPRINT in KEYRING, and a list of associated packets (user IDs, signatures, etc.). Return #f and the empty list of FINGERPRINT was not found. FINGERPRINT must be a bytevector.
Return a string representing BV, a bytevector, in the conventional OpenPGP hexadecimal format for fingerprints.