Commit Graph

60 Commits

Author SHA1 Message Date
59e2be1306 Update Models, Protocols, Services + docs
Summary:
- Sources: Models, Protocols, Services
- Docs: README
- Added symbols: struct Serializer, struct StorageKeyEntry, func registerCatalog, func validateCatalogRegistration
- Removed symbols: struct Serializer

Stats:
- 8 files changed, 43 insertions(+), 9 deletions(-)
2026-01-18 14:53:26 -06:00
91aa0df7f4 Update Models + docs
Summary:
- Sources: Models
- Docs: README

Stats:
- 3 files changed, 16 insertions(+), 10 deletions(-)
2026-01-18 14:53:26 -06:00
bd96135d3b Update Models, Protocols, Services + docs
Summary:
- Sources: Models, Protocols, Services
- Docs: README
- Added symbols: struct AppStorageCatalog, struct StorageKeyDescriptor, protocol StorageKeyCatalog, struct StorageAuditReport

Stats:
- 4 files changed, 192 insertions(+)
2026-01-18 14:53:26 -06:00
1564309a25 Update Services
Summary:
- Sources: Services
- Added symbols: actor EncryptionHelper, actor FileStorageHelper, actor KeychainHelper, func registerKeyMaterialProvider, actor SyncHelper, actor UserDefaultsHelper
- Removed symbols: actor EncryptionHelper, actor FileStorageHelper, actor KeychainHelper, actor SyncHelper, actor UserDefaultsHelper

Stats:
- 6 files changed, 15 insertions(+), 5 deletions(-)
2026-01-18 14:53:26 -06:00
8f3fc8da51 Update Models, Protocols, Services + tests + docs
Summary:
- Sources: Models, Protocols, Services
- Tests: EncryptionHelperTests.swift
- Docs: README
- Added symbols: struct RemoteKeyProvider, func keyMaterial, struct KeyMaterialSource, protocol KeyMaterialProviding, func registerKeyMaterialProvider, struct StaticKeyMaterialProvider

Stats:
- 6 files changed, 104 insertions(+), 14 deletions(-)
2026-01-18 14:53:26 -06:00
12e1f3b008 Update Models
Summary:
- Sources: Models
- Added symbols: enum FileDirectory
- Removed symbols: enum FileDirectory

Stats:
- 1 file changed, 1 insertion(+), 1 deletion(-)
2026-01-18 14:53:26 -06:00
b0a2b96774 Docs README
Summary:
- Docs: README

Stats:
- 1 file changed, 3 insertions(+)
2026-01-18 14:53:25 -06:00
312b2592dc Update Models, Protocols, Services + tests + docs + config
Summary:
- Sources: Models, Protocols, Services
- Tests: EncryptionHelperTests.swift, LocalDataTests.swift
- Docs: README
- Config: Package
- Added symbols: extension StorageKey, func deriveKeyMaterial, func encryptWithKey, func encryptWithAESGCM, func decryptWithKey, func decryptWithAESGCM (+6 more)
- Removed symbols: func extractDerivationParams, func encryptWithKey, func decryptWithKey, class LocalDataTests, func testUserDefaultsRoundTrip, func testFileSystemRoundTrip

Stats:
- 8 files changed, 210 insertions(+), 64 deletions(-)
2026-01-18 14:53:25 -06:00
4228fbc849 Update Models, Services + docs
Summary:
- Sources: Models, Services
- Docs: Proposal, README
- Added symbols: extension StorageKeys, struct UserTokenKey, typealias Value, enum KeychainAccessControl, enum KeychainAccessibility, actor EncryptionHelper (+38 more)
- Removed symbols: enum KeychainAccessControl, enum KeychainAccessibility, enum EncryptionConstants, func serialize, func deserialize, func applySecurity (+17 more)

Stats:
- 10 files changed, 1089 insertions(+), 348 deletions(-)
2026-01-18 14:53:25 -06:00
b9dca68c5d Update LocalData.swift, Models, Protocols (+1 more) + tests + docs + config
Summary:
- Sources: LocalData.swift, Models, Protocols, Services
- Tests: LocalDataTests.swift
- Docs: Proposal, README
- Config: Package
- Other: .gitignore
- Added symbols: enum StorageKeys, struct AnyCodable, func encode, enum FileDirectory, func url, enum KeychainAccessControl (+49 more)

Stats:
- 19 files changed, 814 insertions(+)
2026-01-18 14:53:25 -06:00