function main()
{
    $b = new Benchmark();
    $b->bench_plaintext();
}