<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoKit",
  "identifier" : "/documentation/CryptoKit/SHA3_384Digest",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Apple CryptoKit"
    ],
    "preciseIdentifier" : "s:9CryptoKit14SHA3_384DigestV"
  },
  "title" : "SHA3_384Digest"
}
-->

# SHA3_384Digest

The output of a Secure Hashing Algorithm 3 (SHA-2) hash with a 384-bit digest.

```
struct SHA3_384Digest
```

## Topics

### Instance Properties

[`var description: String`](/documentation/CryptoKit/SHA3_384Digest/description)

A human-readable description of the digest.

### Instance Methods

[`func hash(into: inout Hasher)`](/documentation/CryptoKit/SHA3_384Digest/hash(into:))

Hashes the essential components of the digest by feeding them into the
given hash function.

### Type Properties

[`static var byteCount: Int`](/documentation/CryptoKit/SHA3_384Digest/byteCount)

The number of bytes in the digest.

## Relationships

### Conforms To

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

[`ContiguousBytes`](/documentation/Foundation/ContiguousBytes)

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

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

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

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

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

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

[`Digest`](/documentation/CryptoKit/Digest)

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

---

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)