Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/V9yss7VfVT
url: https://bntvllnt.com/discord
about: Ask questions and get help on Discord.
- name: Website
url: https://bntvllnt.com
about: Visit bntvllnt.com for more info.
- name: X / Twitter
url: https://x.com/bntvllnt
url: https://bntvllnt.com/x
about: Follow @bntvllnt for updates.
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Examples of unacceptable behavior:
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the project maintainer at https://bntvllnt.com or via
[Discord](https://discord.gg/V9yss7VfVT).
reported to the project maintainer via
[Discord](https://bntvllnt.com/discord) or [bntvllnt.com](https://bntvllnt.com).

All complaints will be reviewed and investigated promptly and fairly.

Expand Down
1 change: 1 addition & 0 deletions src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export function timingSafeEqual(a: string, b: string): boolean {
return result === 0;
}

/** Compute SHA-256 hash of input, returned as lowercase hex string. */
export async function sha256Hex(input: string): Promise<string> {
const encoder = new TextEncoder();
const data = encoder.encode(input);
Expand Down
Loading