Mitch Negus
PhD Candidate
UC Berkeley, Dept. of Nuclear Engineering
View these slides online at www.mitchnegus.com/enigma2021
Press 's' on your keyboard to see speaker notes with presentation dialogue.
SAND2021-0391 C
The following content includes static images of terrorism that some may find distressing.
Viewer discretion is advised.
Secure Multiparty Computation
Secure Multiparty Computation
keV: kiloelectronvolts
MPC isn't yet used in safeguards today, due in part to:
MPC isn't yet used in safeguards today, due in part to:
$ A \stackrel{?}{=} B $
Digital logic circuits can evaluate any computable function.
Facility's Viewpoint
Facility's Viewpoint
Inspector's Viewpoint
(and more...)
Circuits can be explored and analyzed on the fly.
>>> wire0.value
>>> wire1.value
False
>>> wire2.value
True
>>> and_gate = And(wire1, wire2)
>>> and_gate.output_wire.value
False
>>> and_gate.truthtable
W0001 W0002 | W0003
——————————————————————
0 0 | 0
0 1 | 0
1 0 | 0
1 1 | 1
>>> and_gate.label()
>>> and_gate.labeltable()
W0001 W0002 | W0003
————————————————————————————
70850a… b54f72… | e785bd…
70850a… d430d6… | e785bd…
11faae… b54f72… | e785bd…
11faae… d430d6… | 86fa19…
>>> and_gate.garble()
>>> and_gate.tokentable
encrypted
—————————
44e869…
98ddc3…
bf0f97…
590a8a…
Heartbeat Anomaly Detected
Cardiogram data sourced from the Beth Israel Deaconness Congestive Heart Failure database
Lab
Facility
Research
Reactor
Lab
Facility
Research
Reactor
keV: kiloelectronvolts
This research was advised by Dr. Rachel Slaybaugh (UC Berkeley) and Dr. David Farley (Sandia National Laboratories).
Sandia National Laboratories is a multimission laboratory managed and operated by National Technology & Engineering Solutions of Sandia, LLC, a wholly owned subsidiary of Honeywell International Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.
We acknowledge the support of the NA-22 Office of Proliferation Detection (NA-221) and especially that of the NA-221/Safeguards Program manager, Dr. Chris Ramos, in funding this work.
Special thanks goes to Jared Johnson, Andrew Nicholson, Daniel Archer, Michael Willis, Irakli Garishvili, Andrew Rowe, Ian Stewart, and James Ghawaly developing, curating, and providing access to the MUSE dataset.
Approved for unlimited unclassified release (SAND2021-0391 C).
Get in touch with Mitch by reaching out to negus@berkeley.edu
Circuits can be built and evaluated in just a few lines of code.
Facility
Inspector