mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 02:15:18 +00:00
ad326fa290
Allows runnning a store node depending on node config settings.
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
|
|
)
|