Adiantum encrypting VFS. (#77)

This commit is contained in:
Nuno Cruces
2024-04-18 01:39:47 +01:00
committed by GitHub
parent e86789b285
commit ec1ed22149
20 changed files with 479 additions and 21 deletions

View File

@@ -8,6 +8,7 @@ import (
// SeekingReaderAt implements [io.ReaderAt]
// through an underlying [io.ReadSeeker].
type SeekingReaderAt struct {
// +checklocks:l
r io.ReadSeeker
l sync.Mutex
}