Skip to content

Instantly share code, notes, and snippets.

@malachib
Created October 8, 2017 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malachib/5be56dfe2475759dd5bc087f80d26929 to your computer and use it in GitHub Desktop.
Save malachib/5be56dfe2475759dd5bc087f80d26929 to your computer and use it in GitHub Desktop.
Convert modulus to a C friendly format
#!/bin/bash
# Converts to a more C friendly format
echo -n '#define MODULUS "\x' > modulus.h
sed s/:/'\\'x/g <modulus.txt >> modulus.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment