13 lines
273 B
Scheme
13 lines
273 B
Scheme
|
(define-module (buer files substitute-keys)
|
||
|
#:use-module (gnu)
|
||
|
#:export (yuria))
|
||
|
|
||
|
(define yuria
|
||
|
(plain-file "yuria.pub"
|
||
|
"(public-key
|
||
|
(ecc
|
||
|
(curve Ed25519)
|
||
|
(q #D5D0C1203D294B410DA106DDC1713B74CBB27353D53F4EE3D9D26972E8687424#)
|
||
|
)
|
||
|
)"))
|