LocalData/Sources/LocalData/Protocols/StorageKey+Defaults.swift
Matt Bruce ce2b7b81e8 Update Models, Protocols, Services and tests, docs, config
Summary:
- Sources: update Models, Protocols, Services
- Tests: update tests for EncryptionHelperTests.swift, LocalDataTests.swift
- Docs: update docs for README
- Config: update Package

Stats:
- 8 files changed, 210 insertions(+), 64 deletions(-)
2026-01-18 13:43:07 -06:00

4 lines
82 B
Swift

public extension StorageKey {
var security: SecurityPolicy { .recommended }
}