From 9ad0438baac777fc101ec43015e10052089a6384 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Wed, 16 Jun 2021 10:45:45 +0200 Subject: [PATCH] fixed typos in github feature request template --- .github/ISSUE_TEMPLATE/feature_request_-_add_new_algorithm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request_-_add_new_algorithm.md b/.github/ISSUE_TEMPLATE/feature_request_-_add_new_algorithm.md index c6a99220b..f7ae9691e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_-_add_new_algorithm.md +++ b/.github/ISSUE_TEMPLATE/feature_request_-_add_new_algorithm.md @@ -7,10 +7,10 @@ assignees: '' --- -**Is your request based on a publicly know cryptographic schema and where can we find information about?** +**Is your request based on a publicly known cryptographic schema and where can we find information about?** For instance: - The hashing function XY is a public known hash algorithm on Wikipedia. -- The password protection for the application XY was made by public by security researcher XY and there's a paper called ... +- The password protection for the application XY was made public by security researcher XY and there's a paper called ... - The cryptographic schema used in protocol XY can be found in the OSS code on it's GitHub repository. **Describe alternatives you've considered**