Live data from Hacker News

Viewing profile — btchip

btchip

HN member
Joined
Thu, Jun 09, 2016, 6:29 PM UTC
HN karma
2
Public activity
6 items

About btchip

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #11872524

    the projects I quoted above have the same "security model" then

  3. 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…

  4. 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.

  5. 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…

  6. comment
    Comment #11871335

    yes, some parts of the chip are still available only under NDA (typically I/Os, cryptographic accelerators, tamper detection)