mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
ames: retrieve pk from old crypto core on load
Since we cannot scry the key out of jael during load, and the alternative is defering this logic through the larval core in some way, we simply include the type for the old acru interface, letting us reuse the old core to initialize the new one.
This commit is contained in:
parent
cb706ee8ae
commit
a8574df401
@ -584,7 +584,7 @@
|
||||
$: peers=(map ship ship-state-5)
|
||||
=unix=duct
|
||||
=life
|
||||
crypto-core=*
|
||||
crypto-core=acru-5
|
||||
=bug
|
||||
==
|
||||
+$ ship-state-5
|
||||
@ -596,6 +596,29 @@
|
||||
packets=(set =blob)
|
||||
heeds=(set duct)
|
||||
==
|
||||
++ acru-5 $_ ^?
|
||||
|%
|
||||
++ as ^?
|
||||
|% ++ seal |~([a=pass b=@] *@)
|
||||
++ sign |~(a=@ *@)
|
||||
++ sure |~(a=@ *(unit @))
|
||||
++ tear |~([a=pass b=@] *(unit @))
|
||||
--
|
||||
++ de |~([a=@ b=@] *(unit @))
|
||||
++ dy |~([a=@ b=@] *@)
|
||||
++ en |~([a=@ b=@] *@)
|
||||
++ ex ^?
|
||||
|% ++ fig *@uvH
|
||||
++ pac *@uvG
|
||||
++ pub *pass
|
||||
++ sec *ring
|
||||
--
|
||||
++ nu ^?
|
||||
|% ++ pit |~([a=@ b=@] ^?(..nu))
|
||||
++ nol |~(a=ring ^?(..nu))
|
||||
++ com |~(a=pass ^?(..nu))
|
||||
--
|
||||
--
|
||||
:: $fine-state: remote scry subsystem state
|
||||
::
|
||||
:: hear: awaiting existence
|
||||
@ -1007,15 +1030,9 @@
|
||||
|= old=ames-state-5
|
||||
^- ^ames-state
|
||||
%= old
|
||||
peers (~(run by peers.old) ship-state-5-to-6)
|
||||
bug [bug.old *fine-state]
|
||||
::
|
||||
crypto-core
|
||||
%- nol:nu:crub:crypto
|
||||
~| [%ames %strange-pk-reload life.old]
|
||||
;; private-key
|
||||
=< q.q %- need %- need
|
||||
(rof ~ %j [our %vein da+now] /(scot %ud life.old))
|
||||
peers (~(run by peers.old) ship-state-5-to-6)
|
||||
bug [bug.old *fine-state]
|
||||
crypto-core (nol:nu:crub:crypto sec:ex:crypto-core.old)
|
||||
==
|
||||
::
|
||||
++ ship-state-5-to-6
|
||||
|
Loading…
Reference in New Issue
Block a user