From 6f6704840b0d33deb9d998dc73d6105e9910c6e9 Mon Sep 17 00:00:00 2001 From: ochuko awhe <7204868+amochuko@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:22:29 +0100 Subject: [PATCH] Update signature-schemes.mdx fix a typo Signed-off-by: ochuko awhe <7204868+amochuko@users.noreply.github.com> --- content/common/cryptography/signature-schemes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/common/cryptography/signature-schemes.mdx b/content/common/cryptography/signature-schemes.mdx index 50764a85..a101dc68 100644 --- a/content/common/cryptography/signature-schemes.mdx +++ b/content/common/cryptography/signature-schemes.mdx @@ -1,7 +1,7 @@ import { buttonVariants } from '@/components/ui/button'; import { cn } from '@/utils/cn'; -Signature schemes are cryptographic schemes, that allow us to sign some piece of data. Aomeone else can verify our signature. Think of signature schemes as a very modern version of signing for example a contract, which does not rely on your unique hand movement, but on math. There are many different signature schemes. They vary in efficiency and security. +Signature schemes are cryptographic schemes, that allow us to sign some piece of data, and someone else can verify our signature. Think of signature schemes as a very modern version of signing for example a contract, which does not rely on your unique hand movement, but on math. There are many different signature schemes. They vary in efficiency and security. The main goal of signature schemes is to ensure the authenticity, non-repudiation, and integrity of digital messages. @@ -63,4 +63,4 @@ Before you start, understand the inputs (blue), the algorithms (red), and output className={cn(buttonVariants({ size: 'lg' }))} > Open the Demo - \ No newline at end of file +