INNER CODE UNIT · Go

KeySize

benbusby/yeetfile · shared/js.go:16

export const KeySize = %d;
export const ChunkSize = %d;
export const TotalOverhead = %d;
export const MaxTextLen = %d;
export const TextIDPrefix = "%s";
export const FileIDPrefix = "%s";
export const VerificationCodeLength = %d;
export const MaxHintLen = %d;
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
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…