mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 02:47:58 -05:00
Change candidate names to letters
This commit is contained in:
@@ -4,7 +4,7 @@ import { generateAuthToken } from 'src/crypto/generate-auth-tokens'
|
||||
export const decryption_key = random_bigint()
|
||||
export const public_key = RP.BASE.multiply(decryption_key).toHex()
|
||||
|
||||
export const candidates = ['Evan Brooks', 'Clara Jensen', 'Mark Leno', 'Jane Kim']
|
||||
export const candidates = ['Candidate A', 'Candidate B', 'Candidate C', 'Candidate D']
|
||||
|
||||
export const voters = ['Barton, Adam', 'Green, Elissa', 'Hauck, Erik', 'Schuster, Brad', 'Swift, Savannah'].map(
|
||||
(name) => ({ auth: generateAuthToken(), name }),
|
||||
|
||||
Reference in New Issue
Block a user