mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Use crypto/pbkdf2.
This commit is contained in:
@@ -45,10 +45,7 @@ func TestBlob(t *testing.T) {
|
||||
}
|
||||
|
||||
var data [1280]byte
|
||||
_, err = rand.Read(data[:])
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
rand.Read(data[:])
|
||||
|
||||
_, err = blob.Write(data[:size/2])
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user