From 7cffce1cfa326a23d52cbda8eb61a5f75dc7fbf3 Mon Sep 17 00:00:00 2001 From: Michael Barre Date: Sat, 11 Mar 2017 01:43:45 -0600 Subject: [PATCH] bumping point values for RSA --- rsa1/problem.yml | 2 +- rsa2/problem.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsa1/problem.yml b/rsa1/problem.yml index d2e137c..37677a5 100644 --- a/rsa1/problem.yml +++ b/rsa1/problem.yml @@ -4,4 +4,4 @@ hint: Go google RSA if you're stuck. category: Cryptography autogen: true programming: false -value: 25 \ No newline at end of file +value: 50 \ No newline at end of file diff --git a/rsa2/problem.yml b/rsa2/problem.yml index e9fb2d1..c7783da 100644 --- a/rsa2/problem.yml +++ b/rsa2/problem.yml @@ -4,4 +4,4 @@ hint: It's like RSA 1 but harder. Have fun! category: Cryptography autogen: true programming: false -value: 35 \ No newline at end of file +value: 80 \ No newline at end of file