12 lines
202 B
Markdown
12 lines
202 B
Markdown
# swift-secure-enclave-tool
|
|
|
|
> Specification: https://openwebstandard.org/rfc1
|
|
|
|
Swift Secure Enclave Tool
|
|
|
|
|
|
Disable PQC algorithms:
|
|
```shell
|
|
swiftc -D DISABLE_QPC swift-secure-enclave-tool-v2.swift
|
|
```
|