mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
13 lines
213 B
ArmAsm
13 lines
213 B
ArmAsm
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/**
|
||
|
* Copyright(c) 2016-20 Intel Corporation.
|
||
|
*/
|
||
|
|
||
|
.section ".rodata", "a"
|
||
|
|
||
|
sign_key:
|
||
|
.globl sign_key
|
||
|
.incbin "sign_key.pem"
|
||
|
sign_key_end:
|
||
|
.globl sign_key_end
|