Alan Smith

CTO at Atessa

Alan Smith began their career in 1989 as the Chief Technical Officer and board member for CPU Technology, Inc. During their 21 years at the company, they produced the Acalis\u00ae family of secure processors that protected software and systems from reverse engineering. In 2010, they joined Atessa, Inc. as the Chief Technical Officer. At Atessa, Inc., they provided system IP with anti-tamper (AT) technology and enabled system developers to meet AT requirements and address global supply chain security challenges.

#include "solution.h"

#include <iostream>

// Create a function that prints a vector

void Solution::PrintVector(std::vector<int> v){

for(int i=0;i<v.size();i++){

std::cout << v[i] << " ";

}

std::cout << std::endl;

}

Links


Org chart

Sign up to view 1 direct report

Get started