Xfiles / README.md
Mi6paulino's picture
Update README.md
412d41a verified

title: Xfiles emoji: 💬 colorFrom: yellow colorTo: purple sdk: gradio sdk_version: 5.0.1 app_file: app.py pinned: false license: bigscience-bloom-rail-1.0 short_description: 'Brief rearrangement of Open source code from #michaelpaulino' ---#ifndef ECDSA_H #define ECDSA_H

#include <stdint.h> #include <stdbool.h>

bool ecdsa_verify(const uint8_t *data, uint32_t data_len, const uint8_t *signature, const uint8_t *public_key);

#endif // ECDSA_H

An example chatbot using Gradio, huggingface_hub, and the Hugging Face Inference API.