Files
Charles Kwon a8ba31871e Initial commit: MT firmware project
- BLE peripheral applications
- dr_piezo and bladder_patch projects

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 17:26:39 +09:00

7 lines
268 B
Markdown

# ECDSA Utils
This folder provides a small library with functions to convert between the raw
ECDSA signature format and the ASN.1 encoding used in X.509 certificates.
It is used by the nrf5x PAL and provided here as example on how to implement
this conversion.