aboutsummaryrefslogtreecommitdiff
path: root/src/tools/ed25519-key-pair-generator/index.ts
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-03-27 00:01:46 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-03-27 00:01:46 +0200
commit55d2a4d7af7416d184282a57853bb6bb2ed9a711 (patch)
tree1cb5a8c66ad64a428140c0dbab36d28acb954e21 /src/tools/ed25519-key-pair-generator/index.ts
parent7c40539ef9b41a90b0715a07b50671adae833f97 (diff)
downloadit-tools-ed25519-key-pair-generator.tar.gz
it-tools-ed25519-key-pair-generator.tar.zst
it-tools-ed25519-key-pair-generator.zip
feat(new-tool): ed25519 key pair generatored25519-key-pair-generator
Diffstat (limited to 'src/tools/ed25519-key-pair-generator/index.ts')
-rw-r--r--src/tools/ed25519-key-pair-generator/index.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tools/ed25519-key-pair-generator/index.ts b/src/tools/ed25519-key-pair-generator/index.ts
new file mode 100644
index 0000000..acc7d17
--- /dev/null
+++ b/src/tools/ed25519-key-pair-generator/index.ts
@@ -0,0 +1,11 @@
+import { ArrowsShuffle } from '@vicons/tabler';
+import { defineTool } from '../tool';
+
+export const tool = defineTool({
+ name: 'Ed25519 key pair generator',
+ path: '/ed25519-key-pair-generator',
+ description: '',
+ keywords: ['ed25519', 'key', 'pair', 'generator'],
+ component: () => import('./ed25519-key-pair-generator.vue'),
+ icon: ArrowsShuffle,
+}); \ No newline at end of file