---
title: SHA3_384Digest
framework: cryptokit
role: symbol
role_heading: Structure
path: cryptokit/sha3_384digest
---

# SHA3_384Digest

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

## Declaration

```swift
struct SHA3_384Digest
```

## Topics

### Instance Properties

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

### Instance Methods

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

### Type Properties

- [byteCount](cryptokit/sha3_384digest/bytecount.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)
