forked from Mirrors/keyoxide-web
Export additional function
This commit is contained in:
parent
9d69a80cf4
commit
98ef14f131
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export function generatePageTitle(type, data) {
|
|||
}
|
||||
|
||||
// Copied from https://github.com/openpgpjs/wkd-client/blob/0d074519e011a5139a8953679cf5f807e4cd2378/src/wkd.js
|
||||
function encodeZBase32(data) {
|
||||
export function encodeZBase32(data) {
|
||||
if (data.length === 0) {
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue