Remove @_assemblyVision marker that snuck into ChaCha.

I think I was using this as part of a demo at some point and it snuck into
tree.
This commit is contained in:
Michael Gottesman
2021-11-14 11:27:22 -08:00
parent c45583a14b
commit 81e20fb9cb

View File

@@ -363,7 +363,6 @@ func checkResult(_ plaintext: [UInt8]) {
}
@inline(never)
@_assemblyVision
public func run_ChaCha(_ n: Int) {
let key = Array(repeating: UInt8(1), count: 32)
let nonce = Array(repeating: UInt8(2), count: 12)