import Foundation struct User: Codable { let name: String let passwordHash: Data }