bambi6-service-postit

Simple Note-Taking A/D Service for BambiCTF6 in 2021
git clone https://git.sinitax.com/sinitax/bambi6-service-postit
Log | Files | Refs | README | LICENSE | sfeed.txt

crypto.h (188B)


      1#include <stdlib.h>
      2#include <string.h>
      3#include <stdio.h>
      4#include <stdarg.h>
      5
      6#include "gmp.h"
      7
      8int check_signature(const char *msg, const char *sig,
      9	const char *exp, const char *mod);