mirror of
https://github.com/status-im/status-go.git
synced 2025-02-09 05:16:35 +00:00
13 lines
193 B
Go
13 lines
193 B
Go
|
// +build js
|
||
|
|
||
|
package qtls
|
||
|
|
||
|
var (
|
||
|
hasGCMAsmAMD64 = false
|
||
|
hasGCMAsmARM64 = false
|
||
|
// Keep in sync with crypto/aes/cipher_s390x.go.
|
||
|
hasGCMAsmS390X = false
|
||
|
|
||
|
hasAESGCMHardwareSupport = false
|
||
|
)
|