Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Survey pubkey for JGRPP #9

Merged
merged 1 commit into from
Dec 29, 2023
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
1 change: 1 addition & 0 deletions workers/src/public_keys/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as vanilla } from "./vanilla.js";
export { default as jgrpp } from "./jgrpp.js";
9 changes: 9 additions & 0 deletions workers/src/public_keys/jgrpp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default `
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt8k4ZJTmb6RZeqFnVhP4
sa1tFPCFnIceR3eE3tPqCWiA7NeYw2EYcKG1RUHU66FUxvh5ClNQKfdJ70EsUg5v
Hid3Prj+OF8vo84tJSER+vEFK8Einuc+Ie8hfMKYzB8jGXRN89PrVDhgU7RPcsoF
5VD6KYU9ygpXIBQFnlZWP5Ue1wu0VVpicmLe8b2j1BR7tFNPleP+h1sueJrUqqQt
uxlQeeBzoaMVmnG+vz+W+efu8vSWjPLInH/DioL9Oy+1GTeG4uAWMiQUoMX8ei42
rogQfuaSkLJpms/sWs+bCfoLVY2+vScfXPEo8l6ub37s2QocVCbv4EVz7xkk+AEh
HQIDAQAB
`;