---
title: SHA384Digest
framework: cryptokit
role: symbol
role_heading: Structure
path: cryptokit/sha384digest
---

# SHA384Digest

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

## Declaration

```swift
struct SHA384Digest
```

## Topics

### Inspecting the digest length

- [byteCount](cryptokit/sha384digest/bytecount.md)

### Describing a digest

- [description](cryptokit/sha384digest/description.md)

### Hashing a digest

- [hash(into:)](cryptokit/sha384digest/hash(into:).md)

## Relationships

### Conforms To

- [ContiguousBytes](foundation/contiguousbytes.md)
- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Digest](cryptokit/digest.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)

## See Also

### Specifying the output type

- [SHA384.Digest](cryptokit/sha384/digest.md)
