forked from TrueCloudLab/restic
Rename khepri -> restic
This commit is contained in:
parent
9dc0bf6378
commit
e2fea0d088
41 changed files with 181 additions and 181 deletions
|
@ -1,4 +1,4 @@
|
|||
package khepri_test
|
||||
package restic_test
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -6,8 +6,8 @@ import (
|
|||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"github.com/fd0/khepri"
|
||||
"github.com/fd0/khepri/chunker"
|
||||
"github.com/restic/restic"
|
||||
"github.com/restic/restic/chunker"
|
||||
)
|
||||
|
||||
func get_random(seed, count int) []byte {
|
||||
|
@ -48,7 +48,7 @@ func BenchmarkChunkEncrypt(b *testing.B) {
|
|||
|
||||
ok(b, err)
|
||||
|
||||
buf := make([]byte, khepri.CiphertextExtension+chunker.MaxSize)
|
||||
buf := make([]byte, restic.CiphertextExtension+chunker.MaxSize)
|
||||
_, err = key.Encrypt(buf, chunk_data.Data)
|
||||
ok(b, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue