mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user