Skip to content

credentials/elvira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credentials Library

This is a fast portable C library which provides both high-level and
low-level (cryptographic) credential operations.


API Overview:
 - credential.h provides the high-level credential operations with integrated 
     card interaction.
 - credential_terminal.h provides the high-level credential operations without
     card interaction, this allows the developer to handle the communication.
(- credential_types.h provides the data types shared by both high-level APIs.)

 - credential_crypto.h provides the low-level cryptographic operations.
 - credential_card.h provides the low-level APDU processing operations, that is 
     the generation of commands and translation to and from internal data types.


About

Fast portable C library which provides both high-level and low-level (cryptographic) credential operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors