The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and additions. The Boneh-Franklin scheme is used as a Key Encapsulation Mechanism, and off-the-shelf ciphers and HMACs are used for the actual encryption. (See Lynn, "Authenticated Identity-Based Encryption", available on eprint.
标签: Boneh-Franklin implementation identity-based encryption
上传时间: 2013-12-20
上传用户:yan2267246
一个Speech-Text-Speech的applet小程序
标签: Speech-Text-Speech applet 程序
上传时间: 2013-12-23
上传用户:520
Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/estimate complex-valued processes.
标签: QR-decomposition angle-normalized algorithm standard
上传时间: 2015-12-27
上传用户:cc1
qrd_rls_AR_pred.m - use the QR decomposition-based RLS algorithm to predict complex-valued AR process.
标签: decomposition-based qrd_rls_AR_pred complex-valued algorithm
上传时间: 2015-12-27
上传用户:trepb001
This a calculator simulation program written in Labview. It is based on event structure introduced by Labviw 8.0 or later editions.
标签: calculator simulation introduced structure
上传时间: 2015-12-27
上传用户:123456wh
Reflectance-Based Material Classification for Printed Circuit Boards
标签: Reflectance-Based Classification Material Circuit
上传时间: 2013-11-28
上传用户:Amygdala
Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
标签: System using Collections namespace
上传时间: 2013-12-29
上传用户:liglechongchong
Aiming at the application of passive trackinn based on sensor array, a new passive trackinn usinn sensor array based on particle filter was proposed. Firstly, the“fake points" could be almost entirely and exactly deleted with the aids of the sensor array at the expense of an additional sensor. Secondly, considered the fact that the measurements notten from each array were independent in passive trackinn system, a novel sequential particle filter usinn sensor array with improved distribution was proposed. At last, in a simulation study we compared this approach a坛orithm with traditional trackinn methods. The simulation re-sups show that the proposed method can nreatly improve the state estimation precision of sensor array passive trackinn system.
标签: trackinn passive application Aiming
上传时间: 2015-12-31
上传用户:trepb001
Color-Based Image Retrieval Using Spatial-Chromatic Histograms
标签: Spatial-Chromatic Color-Based Histograms Retrieval
上传时间: 2014-01-15
上传用户:天诚24
procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= + EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew =&tppnew=0&pppnew=0&timeformatnew=12&cstatus=&dateformatnew =yyyy-mm-dd&showemail=1&newsletter=1&timeoffsetnew=8&avatar =&sig=®submit=注册 ) //一句代码 ifPos( 非常感谢您的注册 ,s)>1then //判断部分 ShowMessage( 注册成功! ) else ifPos( 已经被注册了 ,S)>1then ShowMessage( 该用户名或E-Mail已被注册! ) else ShowMessage( 已关闭注册,注册失败! ) end
标签: procedureTForm PostURL TObject Button
上传时间: 2014-08-24
上传用户:努力努力再努力