Skip to content

Commit

Permalink
Update SHA256.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 27, 2024
1 parent f2a47e3 commit 1b53596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EnumeratorMacroImpl/Types/SHA256.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extension HashAlgorithm {
/// cryptographic hash functions (FIPS PUB 180-2).
/// Uses CryptoKit where available
struct SHA256: HashAlgorithm, Sendable {
private let underlying: HashAlgorithm
private let underlying: any HashAlgorithm

init() {
#if canImport(CryptoKit)
Expand Down

0 comments on commit 1b53596

Please sign in to comment.