INNER CODE UNIT · Go

MaxPassNoteLen

benbusby/yeetfile · shared/js.go:24

export const MaxPassNoteLen = %d;
export const Argon2Iter = %d;
export const Argon2Mem = %d;`

const endpointsHeadJS = `
// Auto-generated from shared/js.go. Don't edit this manually.

export type Endpoint = {
    path: string
}

export class Endpoints {`

const endpointsTailJS = `

    static format(endpoint: Endpoint, ...args: string[]): string {
        let path = endpoint.path;
        for (let arg of args) {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…