From 6d2c55cace684edf1b89d0f23b0b677b680c5e0f Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:02:12 -0400 Subject: [PATCH] Use custom fork for security and stability --- src/unstable/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstable/Picocrypt.go b/src/unstable/Picocrypt.go index 987dcb6..cb7a571 100644 --- a/src/unstable/Picocrypt.go +++ b/src/unstable/Picocrypt.go @@ -59,7 +59,7 @@ import ( "golang.org/x/crypto/sha3" // UI - "github.com/AllenDang/giu" // eff40f64dad5eed8e2b6faca5059705876ca7e12 + "github.com/HACKERALERT/giu" // Reed-Solomon "github.com/HACKERALERT/infectious"