Skip to content
Snippets Groups Projects
Forked from TransFem.org / Sharkey
19946 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
crypto_key.d.ts 92 B
export function extractPublic(keypair: String): String;
export function generate(): String;