Added silc_mp_format and silc_mp_unformat MP integer encoder/decoder
[crypto.git] / scripts / makerfc
1 #!/bin/sh
2 #
3 # Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
4 #
5 # Creates RFC
6 #
7 # Usage: makerfc <input_file> <output_file>
8 #
9 nroff -ms $1 | perl ../scripts/fix.pl > $2