Low-memory garbage collector

This commit is contained in:
Jakub Lehotsky 2018-11-22 10:53:14 +01:00
parent 686d4f1b7d
commit d7f0550a4b
4 changed files with 125 additions and 27 deletions

View file

@ -3,6 +3,7 @@ package crypto
import (
"bytes"
"errors"
"io"
"io/ioutil"
"time"