PlatformsFaststream SiliconFaststream RadioFaststream VisionConnected EdgeFaststream SecureMobility & Rail
ProductsSemiconductor IPWireless & RANEdge & GatewaysTracking & IdentificationSoftware & FrameworksConnected Systems
TechnologyRTL to GDSIIVerification methodologyDFT and silicon testLow-power designMixed-signal integrationDesign enablement5G protocol stackWireless and RF architectureBaseband and low PHYForward error correctionControl and data planeHigh-speed interfacesFirmware and bootSilicon root of trustSoftware-defined vehicleAutomotive OTAFunctional safety
AIAI Engineering ServicesEdge AI & Embedded MLComputer Vision EngineeringSensor Fusion & PerceptionAI Silicon & AccelerationMLOps for DevicesAI Visual InspectionPredictive MaintenanceDriver MonitoringVideo Analytics & Safety
SolutionsSemiconductorIndustrial AIConnected ProductsAsset TrackingAutomotive & MobilitySmart InfrastructureSecure IdentityWireless & SatelliteSmart WashroomsFuel ManagementSmart BuildingsWorker SafetyEnergy MonitoringSmart AgricultureSmart CityAutonomous PlatformsAssembly AutomationLiDAR Rail SafetyHardware Wallet
IndustriesSemiconductorTelecommunicationsIndustrial & ManufacturingAutomotive & MobilityTransportation & RailAerospace & DefenceHealthcare & MedicalEnergy & UtilitiesOil & GasRetailConsumer ElectronicsMedia & EntertainmentSmart Infrastructure & IoT
ServicesSystem Integration overviewASIC & SoC DesignFPGA DesignFPGA-to-ASIC ConversionAnalog, Mixed-Signal & RFHardware & High-Speed PCBEmbedded SoftwareCloud, OTA & Device ManagementManufacturing TransitionHow we engage
InsightCase StudiesKnowledge CenterWhite PapersGlossaryNewsletterResources & Support
CompanyAbout FaststreamEngineering ExcellenceLeadership & OrganisationHow We EngageQuality & ComplianceStandards & EcosystemPartners & EcosystemTrust CentreLocations & DeliveryNewsroom & MediaCareers
ContactStart a projectHow we engage
Talk to an engineer
SECURE SILICON

A secure SoC whose identity is in the silicon, not in a file.

Hardware-anchored identity, a verified boot chain and cryptographic integration — completing inside the power a contactless field supplies, across the range of positions a card is actually presented at.

DomainSecure ASIC, smart card class
PlatformsFaststream Secure, Silicon
ScopeArchitecture to production transition
Binding constraintContactless field power budget
DisclosureProperty level; mechanism under NDA
CONTEXT

Where this started.

A smart card has to establish that it is genuine, protect credentials valuable enough to attack, and complete a transaction fast enough that a person holding it near a reader does not notice a delay — on power drawn from the reader's field.

Those requirements pull against each other. Cryptographic operations cost energy and time. Countermeasures against physical and side-channel attack cost more of both. The power available in a contactless field is fixed, modest, and varies with how the card happens to be held. Architecture is the only place that conflict can be resolved.

Identity is the foundational piece. A credential is only as trustworthy as the assurance that it lives on the hardware it was issued to, which is why the anchor is placed in silicon rather than asserted by software that could be replaced.

CHALLENGES

4 problems, named.

Stated as the customer stated them, before any of them had an answer. A challenge that is only described after it was solved is a description of the solution.

01

A fixed, modest and variable power budget

Contactless field power is what it is, and it changes with card position and orientation. The transaction must complete across that range, not only at the optimum.

02

Security countermeasures cost time and energy

Every countermeasure against physical and side-channel attack consumes part of the same budget the cryptographic operation needs.

03

Test access versus security

Production test needs observability; a secure part must not offer observability to an attacker. Reconciling those has no generic answer.

04

Provisioning is an attack surface

Personalisation is where credentials enter the device, which makes the factory flow part of the security architecture rather than a manufacturing detail.

ARCHITECTURE

How the system was built.

CHAIN OF TRUST AND THE TRANSACTION PATHANCHORSilicon identityDerived, not storedImmutable first stageMask-programmedEntropy sourceOn-dieVERIFYBoot chainEach stage verifies the nextSignature checkBefore executionAnti-rollbackMonotonic counterTRANSACTCrypto subsystemSymmetric and asymmetricPower budgetingAcross field variationCountermeasuresPhysical and side channelPROVISIONCredential injectionAuditable factory flowPersonalisationPer-deviceTest strategyObservability without exposure

The anchor layer is the part that cannot be replaced later: identity derived from the physical die, and a first stage that is mask-programmed and therefore permanent. Everything above it inherits whatever assurance those two provide, which is why they are settled before anything else in the architecture.

CONTRIBUTION

What Faststream did.

The specific scope, rather than a capability list. Where a stage was shared with the customer’s team, it is described as shared.

WHAT WAS HARD

The parts that consumed the schedule.

Rarely the subsystem that sounds difficult. Written out because a reader facing the same programme gets more from this than from a summary of what went well.

01

Energy budget against cryptographic work

Contactless power is limited and varies with position and orientation. The transaction has to complete across that whole range, which drove both the cryptographic implementation and the supply architecture.

02

Test access without exposure

Production test needs to see inside the part; a secure part must not let an attacker do the same. There is no generic answer, so this was designed specifically and reviewed as a security decision rather than a test one.

03

Provisioning as part of the security architecture

Personalisation is where credentials enter the device. Treating the factory flow as a manufacturing detail rather than an attack surface is a common and expensive error.

04

A mature node, chosen deliberately

Embedded non-volatile memory availability, analog performance and a long supply horizon made a mature node correct here. It was a decision, not a fallback.

OUTCOME

What resulted.

A part with identity in the silicon

Hardware-anchored identity and a verified boot chain, integrated with cryptographic capability and taken through implementation to production transition.

Transactions that complete across the real range

Energy budgeting across field variation rather than at the optimum, so the card works as it is actually presented.

An auditable provisioning flow

Credentials enter the device through a process that can be shown to be controlled, rather than trusted.

A platform, not a product

The same properties apply to secure microcontrollers, industrial controllers, IoT device identity and trusted edge hardware. Smart card is the most visible application, not the boundary.

Confidentiality

Customer projects are presented at property, capability, outcome and integration level. Customer names, internal architecture, register maps, state machines and confidential deliverables are not disclosed. Where a figure would identify a customer or a design, it is omitted rather than approximated. More detail is available under a non-disclosure agreement, within the limits each customer has agreed.

PRODUCTS AND CAPABILITY USED

What this was built from.

Every item links to its own page, with characteristics, applications and the maturity status stated honestly for that item.

WHERE THIS APPLIES

Industries this serves.

COMMON QUESTIONS

Questions this programme gets asked.

01

What is a silicon root of trust?

The component a system's security ultimately depends on, placed in hardware so that device identity and boot integrity derive from the physical part rather than from software that could be replaced.

02

Why is the mechanism not described here?

Mechanism, circuit architecture and implementation detail are discussed under a non-disclosure agreement. Public material covers properties, threat model, integration and assurance — which is what a buyer needs to decide whether a conversation is worth having.

03

Does a root of trust make the device secure?

No, and claiming otherwise is the common error. It establishes that the running code is the code that was signed and that the device is what it claims to be. It says nothing about whether that signed code contains an application-layer vulnerability.

04

Why build a secure part on a mature node?

Embedded non-volatile memory availability, analog performance, mask cost and a long supply horizon all favour mature nodes for secure identity silicon. Digital density is not the binding constraint.

FOUND THIS USEFUL?

Pass it on.

Written for engineers. Share it with one.

ShareLinkedInXEmail
KEEP READING

Related work.

BUILD WITH FASTSTREAM

Bring us the difficult part.

Tell us the specification, the constraint and the deadline. Programmes that cross silicon, radio, embedded and AI are where Faststream is strongest.