File: data.cc

package info (click to toggle)
libopkele 2.0.4-5.3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,884 kB
  • sloc: sh: 10,137; cpp: 4,879; makefile: 126; xml: 82; ansic: 70; sql: 55
file content (14 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <opkele/data.h>

namespace opkele {

    namespace data {

	const char *_default_p = "155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443";
	const char *_default_g = "2";

	const char *_iname_leaders = "=@+$!(";
	const char *_whitespace_chars = " \t\r\n";

    }
}