8000 GitHub - TheBrooster/aes-gcm: Benchmarking AES-GCM on GPUs with OpenCL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TheBrooster/aes-gcm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aes-gcm

Benchmarking AES-GCM on GPUs with OpenCL

$ grep Copyright src/*
src/aes-cbc.c: * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
src/aes-ccm.c: * Copyright (c) 2010-2012, Jouni Malinen <j@w1.fi>
src/aes-common.h: * Copyright (c) 2014, Michael Clark <mclark@meta.sg>
src/aes-common.h: * Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi>
src/aes-ctr.c: * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
src/aes-debug.c: * Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi>
src/aes-debug.h: * Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi>
src/aes-eax.c: * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
src/aes-encblock.c: * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
src/aes-gcm.c: * Copyright (c) 2012, Jouni Malinen <j@w1.fi>
src/aes-internal-dec.c: * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
src/aes-internal-enc.c: * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
src/aes-internal.c: * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
src/aes-internal.h: * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
src/aes-omac1.c: * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
src/aes-unwrap.c: * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
src/aes-wrap.c: * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
src/aes.h: * Copyright (c) 2003-2006, Jouni Malinen <j@w1.fi>
src/opencl.cc: *  Copyright (c) 2008 - 2013, Michael Clark <michael@earthbuzz.com>, EarthBuzz Software
src/opencl.h: *  Copyright (c) 2008 - 2013, Michael Clark <michael@earthbuzz.com>, EarthBuzz Software

About

Benchmarking AES-GCM on GPUs with OpenCL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.2%
  • C++ 27.6%
  • Makefile 0.2%
0