Viewing profile — btchip
btchip
HN member- Joined
- Thu, Jun 09, 2016, 6:29 PM UTC
- HN karma
- 2
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About btchip
No profile information was provided.
Recent public activity
-
comment
Comment #11872546
the benefit is running native ARM code that you can verify vs running slow interpreted code in a black box. Have a look at the SHA-512 implementation in Java Card quoted in the art…
-
comment
Comment #11872524
the projects I quoted above have the same "security model" then
-
comment
Comment #11871438
Well side channel attacks should be very relevant for all projects involving security. And several similar projects have already been produced (see TREZOR, KeepKey in the Bitcoin s…
-
comment
Comment #11871387
This architecture allows you to move gradually from certified libraries (included in the proprietary HAL) to your own custom libraries when you're satisfied with the result.
-
comment
Comment #11871360
It's based on public ARM specifications (MPU + service calls) so the attack surface is way smaller compared to a virtual machine and the performance is of course way better. Applic…
-
comment
Comment #11871335
yes, some parts of the chip are still available only under NDA (typically I/Os, cryptographic accelerators, tamper detection)