crypto static method
Implementation
static FileStorage crypto(Directory dir, Cipher algorithm, SecretKey secretKey) =>
_CryptoStorage(dir, algorithm, secretKey);
static FileStorage crypto(Directory dir, Cipher algorithm, SecretKey secretKey) =>
_CryptoStorage(dir, algorithm, secretKey);