-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create smart card emulation type firmware #4
Comments
I am working on this here; https://github.com/aze00/gnuk It is in early experimental stage, and I don't have hardware to debug it, but it shows that it is possible to have a, heavily stripped down, but working gnuk (one crypto suite only) on the tomu. From the view count of the topic in this discussion; https://groups.google.com/forum/#!topic/tomu-discuss/vXPS6CeSsFw it seems there is some interest for this, so I am publishing the code so that others could maybe help with the porting and/or the testing. |
PR #35 created as a for dev/discussions |
@aze00 I'd like to replace the PolarSSL's software AES with the EFM32HG309's AES128 module (can only do AES128), which should firstly gain some performance increases, but definitely should cut on some code size or RAM usage. Questions:
|
Anyone here played with porting over OpenSC to a Tomu target? |
https://github.com/thomastsai/STM32F2xx_StdPeriph_Lib_V1.1.0/tree/master/Project/STM32F2xx_StdPeriph_Examples/USART/SmartCard
http://www.keil.com/smartcards/
https://github.com/OpenSC/OpenSC/wiki
The text was updated successfully, but these errors were encountered: