---
title: Insecure.MD5Digest
framework: cryptokit
role: symbol
role_heading: Structure
path: cryptokit/insecure/md5digest
---

# Insecure.MD5Digest

The output of a MD5 hash.

## Declaration

```swift
struct MD5Digest
```

## Topics

### Inspecting the digest length

- [byteCount](cryptokit/insecure/md5digest/bytecount.md)

### Describing a digest

- [description](cryptokit/insecure/md5digest/description.md)

### Hashing a digest

- [hash(into:)](cryptokit/insecure/md5digest/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

- [Insecure.MD5.Digest](cryptokit/insecure/md5/digest.md)
