<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppleArchive",
  "identifier" : "/documentation/AppleArchive/ArchiveHash",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Apple Archive"
    ],
    "preciseIdentifier" : "s:12AppleArchive0B4HashV"
  },
  "title" : "ArchiveHash"
}
-->

# ArchiveHash

```
struct ArchiveHash
```

## Topics

### Type Aliases

### Initializers

[`init(rawValue: UInt32)`](/documentation/AppleArchive/ArchiveHash/init(rawValue:))

### Instance Properties

[`var description: String`](/documentation/AppleArchive/ArchiveHash/description)

[`var rawValue: UInt32`](/documentation/AppleArchive/ArchiveHash/rawValue)

[`var size: Int`](/documentation/AppleArchive/ArchiveHash/size)

### Type Properties

[`static let crc32: ArchiveHash`](/documentation/AppleArchive/ArchiveHash/crc32)

[`static let maxSize: Int`](/documentation/AppleArchive/ArchiveHash/maxSize)

[`static let sha1: ArchiveHash`](/documentation/AppleArchive/ArchiveHash/sha1)

[`static let sha256: ArchiveHash`](/documentation/AppleArchive/ArchiveHash/sha256)

[`static let sha384: ArchiveHash`](/documentation/AppleArchive/ArchiveHash/sha384)

[`static let sha512: ArchiveHash`](/documentation/AppleArchive/ArchiveHash/sha512)

### Instance Methods

### Operator Functions

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)