Skip to content

Instantly share code, notes, and snippets.

View iAnanich's full-sized avatar

Illia Ananich iAnanich

  • Ukraine
View GitHub Profile
@omkarkhair
omkarkhair / cvtrack
Last active May 13, 2017 14:17
OpenCV checker track
#include <opencv2/core/core.hpp>;
#include <opencv/cv.h>;
#include <opencv2/highgui/highgui.hpp>;
using namespace cv;
using namespace std;
int main()
{
@islamgulov
islamgulov / gist:1953203
Created March 1, 2012 21:01
ГОСТ 28147-89
# -*- coding:utf-8 -*-
import sys
import numpy.random
import itertools
class GostCrypt(object):
def __init__(self, key, sbox):
assert self._bit_length(key) <= 256
self._key = None