OSDN Git Service

Implemented almost all ui.
[greensite/jasmine.git] / ported_rmd6 / rmd6_context.h
1 #pragma once
2 #include<QtCore>
3 #include<cstring>
4 #include"sys/types.h"
5 #include"context.h"
6 using namespace std;
7 namespace enc_hash{
8         namespace inside{
9                 class rmd6_context:virtual public context_basis{
10                 public:
11                         rmd6_context();
12                 };
13         }
14 }