├── Compilation Principles └── UI │ ├── UI.sln │ └── UI │ ├── GeneratedFiles │ ├── Debug │ │ └── moc_ui.cpp │ ├── Release │ │ └── moc_ui.cpp │ ├── qrc_ui.cpp │ └── ui_ui.h │ ├── UI.vcxproj │ ├── UI.vcxproj.filters │ ├── UI.vcxproj.user │ ├── main.cpp │ ├── ui.cpp │ ├── ui.h │ ├── ui.qrc │ ├── ui.ui │ └── x64 │ ├── Debug │ ├── UI.log │ ├── UI.tlog │ │ ├── CL.command.1.tlog │ │ ├── CL.read.1.tlog │ │ ├── CL.write.1.tlog │ │ ├── QtMoc.read.1u.tlog │ │ ├── QtMoc.write.1u.tlog │ │ ├── QtRcc.read.1u.tlog │ │ ├── QtRcc.write.1u.tlog │ │ ├── QtUic.read.1u.tlog │ │ ├── QtUic.write.1u.tlog │ │ ├── UI.lastbuildstate │ │ ├── UI.write.1u.tlog │ │ ├── link.command.1.tlog │ │ ├── link.read.1.tlog │ │ └── link.write.1.tlog │ ├── main.obj │ ├── moc_ui.obj │ ├── qrc_ui.obj │ ├── qt.log │ ├── qt.txt │ ├── ui.obj │ └── vc141.pdb │ └── Release │ ├── UI.log │ ├── UI.tlog │ ├── CL.command.1.tlog │ ├── CL.read.1.tlog │ ├── CL.write.1.tlog │ ├── QtMoc.read.1u.tlog │ ├── QtMoc.write.1u.tlog │ ├── QtRcc.read.1u.tlog │ ├── QtRcc.write.1u.tlog │ ├── QtUic.read.1u.tlog │ ├── QtUic.write.1u.tlog │ ├── UI.lastbuildstate │ ├── UI.write.1u.tlog │ ├── link.command.1.tlog │ ├── link.read.1.tlog │ └── link.write.1.tlog │ ├── main.obj │ ├── moc_ui.obj │ ├── qrc_ui.obj │ ├── qt.log │ └── ui.obj ├── Computer Networks ├── 1.pkt ├── 2.pkt └── 3-2 IP地址分配实验.pka ├── Cryptography ├── README ├── ex1 │ ├── PA1.py │ └── wk1_PA1.py ├── ex2 │ ├── passport.py │ └── wk2.py ├── ex3 │ ├── PA3.py │ └── sha1.py ├── ex4 │ ├── .idea │ │ ├── deployment.xml │ │ ├── ex4.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── webServers.xml │ │ └── workspace.xml │ ├── attack2.py │ ├── bitflipping.py │ └── oracle.py ├── ex5 │ ├── 44.txt │ ├── challenge.py │ └── pa5.py └── rsa │ ├── .idea │ ├── deployment.xml │ ├── misc.xml │ ├── modules.xml │ ├── rsa.iml │ └── workspace.xml │ ├── __pycache__ │ ├── Arithmetic.cpython-36.pyc │ ├── ContinuedFractions.cpython-36.pyc │ ├── MillerRabin.cpython-36.pyc │ ├── RSAvulnerableKeyGenerator.cpython-36.pyc │ └── RSAwienerHacker.cpython-36.pyc │ ├── coppersmith │ ├── README.md │ ├── attack.sage │ ├── attack.sage.py │ ├── boneh_durfee.sage │ ├── coppersmith.sage │ ├── rapport.tex │ ├── slides.pdf │ ├── slides.pptx │ └── survey_final.pdf │ ├── frames │ ├── Frame0 │ ├── Frame1 │ ├── Frame10 │ ├── Frame11 │ ├── Frame12 │ ├── Frame13 │ ├── Frame14 │ ├── Frame15 │ ├── Frame16 │ ├── Frame17 │ ├── Frame18 │ ├── Frame19 │ ├── Frame2 │ ├── Frame20 │ ├── Frame3 │ ├── Frame4 │ ├── Frame5 │ ├── Frame6 │ ├── Frame7 │ ├── Frame8 │ └── Frame9 │ ├── result.md │ ├── rsa-wiener-attack-master │ ├── Arithmetic.py │ ├── ContinuedFractions.py │ ├── MillerRabin.py │ ├── README.md │ ├── RSAfracCont.pdf │ ├── RSAvulnerableKeyGenerator.py │ └── RSAwienerHacker.py │ └── rsa.py ├── DSP ├── README.md ├── ex1_2.m ├── ex1_3.m ├── ex1_4.m ├── ex3.py ├── ex4.py └── exp2.py ├── Information Security Foundamental Experiments ├── CRTSEC │ ├── .idea │ │ ├── CRTSEC.iml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── workspace.xml │ ├── CMakeLists.txt │ ├── CRT.pdf │ └── main.c ├── README.md ├── fermat │ ├── .idea │ │ ├── codeStyles │ │ │ └── Project.xml │ │ ├── fermat.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── workspace.xml │ ├── CMakeLists.txt │ └── main.c ├── libmiracl_linux.a ├── miracl │ ├── MIRACL-master.zip │ ├── aesgcm.txt │ ├── ake.cpp │ ├── ake.txt │ ├── ake12blsa.cpp │ ├── ake12bna.cpp │ ├── ake12bne.cpp │ ├── ake12bnr.cpp │ ├── ake12bnx.cpp │ ├── ake18kssx.cpp │ ├── ake1kmt.cpp │ ├── ake24blsa.cpp │ ├── ake2cpt.cpp │ ├── ake2cpt2.cpp │ ├── ake2cpw.cpp │ ├── ake2nsst.cpp │ ├── ake2sst.cpp │ ├── ake4cpt.cpp │ ├── ake4fsta.cpp │ ├── ake4mnta.c │ ├── ake4mnta.cpp │ ├── ake4mntt.c │ ├── ake4mntt.cpp │ ├── ake4sbt.cpp │ ├── ake6fsta.cpp │ ├── ake6mnta.cpp │ ├── ake6mntt.c │ ├── ake6mntt.cpp │ ├── ake6mntx.cpp │ ├── ake8bwt.cpp │ ├── ake8cpt.cpp │ ├── amd64.mcs │ ├── amd64.txt │ ├── arm.mcs │ ├── arm.txt │ ├── avr.mcs │ ├── avr2.mcs │ ├── avr4.mcs │ ├── bandw.cpp │ ├── bc32doit.bat │ ├── bcldoit.bat │ ├── bcxdoit.bat │ ├── bestpair.cpp │ ├── bgw.cpp │ ├── big.cpp │ ├── big.h │ ├── big.o │ ├── big.obj │ ├── bk2.ecs │ ├── blackfin.mcs │ ├── blackfin.txt │ ├── blmq.cpp │ ├── bls.cpp │ ├── bls12.cpp │ ├── bls24.cpp │ ├── bls_gen.cpp │ ├── bls_pair.cpp │ ├── bls_sign.cpp │ ├── bls_ver.cpp │ ├── bmark │ ├── bmark.c │ ├── bmark.obj │ ├── bmc.cpp │ ├── bn.cpp │ ├── bn_pair.cpp │ ├── borland.txt │ ├── bp160.ecs │ ├── bpt160.ecs │ ├── brent │ ├── brent.c │ ├── brent.cpp │ ├── brent.obj │ ├── brent_mt.c │ ├── brick.c │ ├── brick.cpp │ ├── brick.h │ ├── brute.c │ ├── brute.cpp │ ├── brute.obj │ ├── c.mcs │ ├── c1.mcs │ ├── c2.mcs │ ├── cardano.cpp │ ├── clmul.mcs │ ├── cm.cpp │ ├── cm.txt │ ├── common.dss │ ├── common.ecs │ ├── common2.ecs │ ├── complex.cpp │ ├── complex.h │ ├── config.c │ ├── cp_pair.cpp │ ├── cpabe.cpp │ ├── cpp.txt │ ├── crdecode.cpp │ ├── crencode.cpp │ ├── crgen.cpp │ ├── crsetup.cpp │ ├── crt.cpp │ ├── crt.h │ ├── crt.o │ ├── cs.mcs │ ├── cygwin.txt │ ├── daa.cpp │ ├── deciph.c │ ├── deciph.cpp │ ├── decode.c │ ├── decode.cpp │ ├── devcpp.txt │ ├── dl.cpp │ ├── dl2.cpp │ ├── doubig.txt │ ├── double.txt │ ├── dssetup.c │ ├── dssetup.cpp │ ├── dssgen.c │ ├── dssgen.cpp │ ├── dssign.c │ ├── dssign.cpp │ ├── dssver.c │ ├── dssver.cpp │ ├── ebrick.c │ ├── ebrick.cpp │ ├── ebrick.h │ ├── ebrick2.c │ ├── ebrick2.cpp │ ├── ebrick2.h │ ├── ec2.cpp │ ├── ec2.h │ ├── ec2.o │ ├── ec2.obj │ ├── ecdh.c │ ├── ecdh.h │ ├── ecdh2m.c │ ├── ecdh2m16.c │ ├── ecdh2m8.c │ ├── ecdhp.c │ ├── ecdhp16.c │ ├── ecdhp32.c │ ├── ecdhp8.c │ ├── ecn.cpp │ ├── ecn.h │ ├── ecn.o │ ├── ecn.obj │ ├── ecn2.cpp │ ├── ecn2.h │ ├── ecn2_opt.c │ ├── ecn3.cpp │ ├── ecn3.h │ ├── ecn4.cpp │ ├── ecn4.h │ ├── ecn6.cpp │ ├── ecn6.h │ ├── ecn8.cpp │ ├── ecn8.h │ ├── ecnzzn.cpp │ ├── ecnzzn.h │ ├── ecsgen │ ├── ecsgen.c │ ├── ecsgen.cpp │ ├── ecsgen2.c │ ├── ecsgen2.cpp │ ├── ecsgen2s.c │ ├── ecsgen_s.c │ ├── ecsign │ ├── ecsign.c │ ├── ecsign.cpp │ ├── ecsign2.c │ ├── ecsign2.cpp │ ├── ecsign2s.c │ ├── ecsign_s.c │ ├── ecsver │ ├── ecsver.c │ ├── ecsver.cpp │ ├── ecsver2.c │ ├── ecsver2.cpp │ ├── ecsver2s.c │ ├── ecsver_s.c │ ├── edwards.ecs │ ├── edwards.txt │ ├── enciph.c │ ├── enciph.cpp │ ├── encode.c │ ├── encode.cpp │ ├── etat271.c │ ├── fact │ ├── fact.c │ ├── fact.cpp │ ├── factor.c │ ├── fastgf2m.txt │ ├── findbase.cpp │ ├── first.txt │ ├── flash.cpp │ ├── flash.h │ ├── flash.o │ ├── flash.obj │ ├── float.txt │ ├── floating.cpp │ ├── floating.h │ ├── flpoly.cpp │ ├── flpoly.h │ ├── folklore.cpp │ ├── fpe.pdf │ ├── freeman.cpp │ ├── fsample.cpp │ ├── fuzzy.cpp │ ├── gcc386.mcs │ ├── gccarm.mcs │ ├── gcclmul.mcs │ ├── gccmsp430.mcs │ ├── gccppc.mcs │ ├── gccsse2.mcs │ ├── gcdoit.bat │ ├── genkey.c │ ├── genkey.cpp │ ├── genprime.c │ ├── genprime.cpp │ ├── gf2m.cpp │ ├── gf2m.h │ ├── gf2m12x.cpp │ ├── gf2m12x.h │ ├── gf2m4x.cpp │ ├── gf2m4x.h │ ├── gf2m6x.cpp │ ├── gf2m6x.h │ ├── glv.cpp │ ├── hail.c │ ├── hail.cpp │ ├── hibe.cpp │ ├── hilbert.c │ ├── hilbert.cpp │ ├── identity.c │ ├── imratio.c │ ├── imratio2.c │ ├── index.c │ ├── index.cpp │ ├── ipe.cpp │ ├── ipk.txt │ ├── ipk_dec.cpp │ ├── ipk_enc.cpp │ ├── ipk_ext.cpp │ ├── ipk_set.cpp │ ├── irp.cpp │ ├── irred.cpp │ ├── itanium.mcs │ ├── itanium.txt │ ├── k2.ecs │ ├── k2ss.ecs │ ├── k4.ecs │ ├── k4mnt.ecs │ ├── k6.ecs │ ├── k8.ecs │ ├── kangaroo.c │ ├── kangaroo.cpp │ ├── kcmcomba.txt │ ├── kob163.ecs │ ├── kob233.ecs │ ├── kob283.ecs │ ├── kob571.ecs │ ├── kss18.cpp │ ├── kss36.cpp │ ├── kss8.cpp │ ├── kss_pair.cpp │ ├── kw4.ecs │ ├── lenstra.c │ ├── lenstra.cpp │ ├── limlee.c │ ├── limlee.cpp │ ├── linux │ ├── linux.txt │ ├── linux64 │ ├── linux64_cpp │ ├── mac.txt │ ├── make_k1.cpp │ ├── makemcs.txt │ ├── managed.txt │ ├── mersenne │ ├── mersenne.c │ ├── mersenne.cpp │ ├── mex.c │ ├── mingw.bat │ ├── mips.mcs │ ├── miracl.a │ ├── miracl.h │ ├── miracl.lib │ ├── miracl.mak │ ├── mirdef │ ├── mirdef.amd │ ├── mirdef.arm │ ├── mirdef.ash │ ├── mirdef.atm │ ├── mirdef.bfp │ ├── mirdef.bpp │ ├── mirdef.bs │ ├── mirdef.ccc │ ├── mirdef.cm │ ├── mirdef.dll │ ├── mirdef.gcc │ ├── mirdef.gen │ ├── mirdef.gfp │ ├── mirdef.h │ ├── mirdef.h16 │ ├── mirdef.h32 │ ├── mirdef.h64 │ ├── mirdef.haf │ ├── mirdef.hio │ ├── mirdef.hpc │ ├── mirdef.hpp │ ├── mirdef.ibe │ ├── mirdef.kep │ ├── mirdef.lnx │ ├── mirdef.mgw │ ├── mirdef.mik │ ├── mirdef.mip │ ├── mirdef.mmm │ ├── mirdef.ol │ ├── mirdef.pic │ ├── mirdef.ppc │ ├── mirdef.scr │ ├── mirdef.sjc │ ├── mirdef.spr │ ├── mirdef.tst │ ├── mirdef.w64 │ ├── mirdef.wpp │ ├── mnt.cpp │ ├── mnt.ecs │ ├── mnt_pair.cpp │ ├── modpol.cpp │ ├── mr87f.c │ ├── mr87v.c │ ├── mraes.c │ ├── mralloc.c │ ├── mrarth0.c │ ├── mrarth1.c │ ├── mrarth2.c │ ├── mrarth3.c │ ├── mrbits.c │ ├── mrbrick.c │ ├── mrbuild.c │ ├── mrcomba.tpl │ ├── mrcomba2.tpl │ ├── mrcore.c │ ├── mrcrt.c │ ├── mrcurve.c │ ├── mrdouble.c │ ├── mrebrick.c │ ├── mrec2m.c │ ├── mrecn2.c │ ├── mrfast.c │ ├── mrflash.c │ ├── mrflsh1.c │ ├── mrflsh2.c │ ├── mrflsh3.c │ ├── mrflsh4.c │ ├── mrfpe.c │ ├── mrfrnd.c │ ├── mrgcd.c │ ├── mrgcm.c │ ├── mrgf2m.c │ ├── mrio1.c │ ├── mrio2.c │ ├── mrjack.c │ ├── mrkcm.tpl │ ├── mrlucas.c │ ├── mrmonty.c │ ├── mrmuldv.any │ ├── mrmuldv.c │ ├── mrmuldv.c32 │ ├── mrmuldv.ccc │ ├── mrmuldv.g64 │ ├── mrmuldv.gcc │ ├── mrmuldv.gpp │ ├── mrmuldv.ppc │ ├── mrmuldv.s │ ├── mrmuldv.s64 │ ├── mrmuldv.tcc │ ├── mrmuldv.w64 │ ├── mrpi.c │ ├── mrpower.c │ ├── mrprime.c │ ├── mrrand.c │ ├── mrround.c │ ├── mrscrt.c │ ├── mrsha3.c │ ├── mrshs.c │ ├── mrshs256.c │ ├── mrshs512.c │ ├── mrsmall.c │ ├── mrsroot.c │ ├── mrstrong.c │ ├── mrxgcd.c │ ├── mrzzn2.c │ ├── mrzzn2b.c │ ├── mrzzn3.c │ ├── mrzzn4.c │ ├── ms32doit.bat │ ├── ms64doit.bat │ ├── ms64doit_cpp.bat │ ├── ms86.mcs │ ├── msiodoit.bat │ ├── msldoit.bat │ ├── msp430.mcs │ ├── msvisual.txt │ ├── mueller.cpp │ ├── my160.ecs │ ├── newbasis.cpp │ ├── nist163.ecs │ ├── nist233.ecs │ ├── nist283.ecs │ ├── nist571.ecs │ ├── nk4.ecs │ ├── octet.c │ ├── octet.h │ ├── p1363.c │ ├── p1363.h │ ├── pairing_1.h │ ├── pairing_3.h │ ├── pairings.txt │ ├── pal_dec.cpp │ ├── pal_enc.cpp │ ├── palin.c │ ├── palin.cpp │ ├── peks.cpp │ ├── pic32.txt │ ├── pk-demo │ ├── pk-demo.c │ ├── pk-demo.cpp │ ├── pk-demo.obj │ ├── pm.cpp │ ├── pm112.ecs │ ├── pm128.ecs │ ├── pm160.ecs │ ├── pollard.c │ ├── pollard.cpp │ ├── poly.cpp │ ├── poly.h │ ├── poly.o │ ├── poly2.cpp │ ├── poly2.h │ ├── poly2mod.cpp │ ├── poly2mod.h │ ├── poly2xy.cpp │ ├── poly2xy.h │ ├── polymod.cpp │ ├── polymod.h │ ├── polymod.o │ ├── polyxy.cpp │ ├── polyxy.h │ ├── powerpc.txt │ ├── private.key │ ├── problems.txt │ ├── process.cpp │ ├── ps_big.cpp │ ├── ps_big.h │ ├── ps_zzn.cpp │ ├── ps_zzn.h │ ├── public.key │ ├── qsieve.c │ ├── qsieve.cpp │ ├── ratcalc.c │ ├── read.txt │ ├── readme.md │ ├── readme.txt │ ├── romaker.c │ ├── romaker2.c │ ├── roots.c │ ├── roots.cpp │ ├── rsa.c │ ├── rsat.c │ ├── sample │ ├── sample.c │ ├── sample.cpp │ ├── schoof │ ├── schoof.cpp │ ├── schoof.txt │ ├── schoof2.cpp │ ├── schoof2.txt │ ├── sea.cpp │ ├── sea.cpp.bak │ ├── sea.txt │ ├── secp160.ecs │ ├── secp192.ecs │ ├── secp224.ecs │ ├── secp256.ecs │ ├── secp384.ecs │ ├── secp521.ecs │ ├── sf2m12x.cpp │ ├── sf2m12x.h │ ├── sk_1.cpp │ ├── sk_3.cpp │ ├── smartmip.mcs │ ├── smartmip.txt │ ├── sparc.txt │ ├── sparc32.mcs │ ├── sparc64.mcs │ ├── ss2_pair.cpp │ ├── sse2.mcs │ ├── sse2.txt │ ├── ssp_pair.cpp │ ├── st22.txt │ ├── super2.cpp │ ├── tc86.mcs │ ├── test1363.c │ ├── testecc.c │ ├── texasdsp.txt │ ├── threadmp.cpp │ ├── threadux.cpp │ ├── threadwn.cpp │ ├── tp.cpp │ ├── trans.cpp │ ├── update.txt │ ├── variable.h │ ├── vc2005.txt │ ├── wang.cpp │ ├── weil.cpp │ ├── weng.ecs │ ├── williams.c │ ├── williams.cpp │ ├── win64.mcs │ ├── win64.txt │ ├── x.c │ ├── xk1.ecs │ ├── zzn.cpp │ ├── zzn.h │ ├── zzn.o │ ├── zzn.obj │ ├── zzn12.cpp │ ├── zzn12.h │ ├── zzn12a.cpp │ ├── zzn12a.h │ ├── zzn12b.cpp │ ├── zzn12b.h │ ├── zzn18.cpp │ ├── zzn18.h │ ├── zzn2.cpp │ ├── zzn2.h │ ├── zzn24.cpp │ ├── zzn24.h │ ├── zzn3.cpp │ ├── zzn3.h │ ├── zzn36.cpp │ ├── zzn36.h │ ├── zzn4.cpp │ ├── zzn4.h │ ├── zzn6.cpp │ ├── zzn6.h │ ├── zzn6a.cpp │ ├── zzn6a.h │ ├── zzn8.cpp │ └── zzn8.h ├── sm2 │ ├── .idea │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── sm2.iml │ │ └── workspace.xml │ ├── 9.txt │ ├── CMakeCache.txt │ ├── CMakeLists.txt │ ├── README.md │ ├── main.c │ ├── plain.txt │ ├── plain_decoded.txt │ ├── plaintxt.txt │ ├── pri.txt │ ├── pub.txt │ ├── sm2.h │ └── sm3.c └── sm3_miracl │ ├── .idea │ ├── dictionaries │ │ └── creel.xml │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ ├── sm3_miracl.iml │ └── workspace.xml │ ├── CMakeLists.txt │ └── main.c ├── Machine Learning ├── machine-learning-ex1 │ ├── ex1.pdf │ └── ex1 │ │ ├── computeCost.m │ │ ├── computeCostMulti.m │ │ ├── ex1.m │ │ ├── ex1_multi.m │ │ ├── ex1data1.txt │ │ ├── ex1data2.txt │ │ ├── featureNormalize.m │ │ ├── gradientDescent.m │ │ ├── gradientDescentMulti.m │ │ ├── lib │ │ ├── jsonlab │ │ │ ├── AUTHORS.txt │ │ │ ├── ChangeLog.txt │ │ │ ├── LICENSE_BSD.txt │ │ │ ├── README.txt │ │ │ ├── jsonopt.m │ │ │ ├── loadjson.m │ │ │ ├── loadubjson.m │ │ │ ├── mergestruct.m │ │ │ ├── savejson.m │ │ │ ├── saveubjson.m │ │ │ └── varargin2struct.m │ │ ├── makeValidFieldName.m │ │ └── submitWithConfiguration.m │ │ ├── normalEqn.m │ │ ├── plotData.m │ │ ├── submit.m │ │ ├── token.mat │ │ └── warmUpExercise.m ├── machine-learning-ex2 │ ├── ex2.pdf │ └── ex2 │ │ ├── .vscode │ │ ├── settings.json │ │ └── tasks.json │ │ ├── costFunction.m │ │ ├── costFunctionReg.m │ │ ├── ex2.m │ │ ├── ex2_reg.m │ │ ├── ex2data1.txt │ │ ├── ex2data2.txt │ │ ├── lib │ │ ├── jsonlab │ │ │ ├── AUTHORS.txt │ │ │ ├── ChangeLog.txt │ │ │ ├── LICENSE_BSD.txt │ │ │ ├── README.txt │ │ │ ├── jsonopt.m │ │ │ ├── loadjson.m │ │ │ ├── loadubjson.m │ │ │ ├── mergestruct.m │ │ │ ├── savejson.m │ │ │ ├── saveubjson.m │ │ │ └── varargin2struct.m │ │ ├── makeValidFieldName.m │ │ └── submitWithConfiguration.m │ │ ├── mapFeature.m │ │ ├── plotData.m │ │ ├── plotDecisionBoundary.m │ │ ├── predict.m │ │ ├── sigmoid.m │ │ ├── submit.m │ │ └── token.mat ├── machine-learning-ex3 │ ├── ex3.pdf │ └── ex3 │ │ ├── .vscode │ │ └── settings.json │ │ ├── displayData.m │ │ ├── ex3.m │ │ ├── ex3_nn.m │ │ ├── ex3data1.mat │ │ ├── ex3weights.mat │ │ ├── fmincg.m │ │ ├── lib │ │ ├── jsonlab │ │ │ ├── AUTHORS.txt │ │ │ ├── ChangeLog.txt │ │ │ ├── LICENSE_BSD.txt │ │ │ ├── README.txt │ │ │ ├── jsonopt.m │ │ │ ├── loadjson.m │ │ │ ├── loadubjson.m │ │ │ ├── mergestruct.m │ │ │ ├── savejson.m │ │ │ ├── saveubjson.m │ │ │ └── varargin2struct.m │ │ ├── makeValidFieldName.m │ │ └── submitWithConfiguration.m │ │ ├── lrCostFunction.m │ │ ├── oneVsAll.m │ │ ├── predict.m │ │ ├── predictOneVsAll.m │ │ ├── sigmoid.m │ │ ├── submit.m │ │ └── token.mat ├── machine-learning-ex4 │ ├── ex4.pdf │ └── ex4 │ │ ├── .vscode │ │ └── settings.json │ │ ├── checkNNGradients.m │ │ ├── computeNumericalGradient.m │ │ ├── debugInitializeWeights.m │ │ ├── displayData.m │ │ ├── ex4.m │ │ ├── ex4data1.mat │ │ ├── ex4weights.mat │ │ ├── fmincg.m │ │ ├── lib │ │ ├── jsonlab │ │ │ ├── AUTHORS.txt │ │ │ ├── ChangeLog.txt │ │ │ ├── LICENSE_BSD.txt │ │ │ ├── README.txt │ │ │ ├── jsonopt.m │ │ │ ├── loadjson.m │ │ │ ├── loadubjson.m │ │ │ ├── mergestruct.m │ │ │ ├── savejson.m │ │ │ ├── saveubjson.m │ │ │ └── varargin2struct.m │ │ ├── makeValidFieldName.m │ │ └── submitWithConfiguration.m │ │ ├── nnCostFunction.m │ │ ├── predict.m │ │ ├── randInitializeWeights.m │ │ ├── sigmoid.m │ │ ├── sigmoidGradient.m │ │ ├── submit.m │ │ └── token.mat ├── machine-learning-ex5 │ ├── ex5.pdf │ └── ex5 │ │ ├── .vscode │ │ └── settings.json │ │ ├── ex5.m │ │ ├── ex5data1.mat │ │ ├── featureNormalize.m │ │ ├── fmincg.m │ │ ├── learningCurve.m │ │ ├── lib │ │ ├── jsonlab │ │ │ ├── AUTHORS.txt │ │ │ ├── ChangeLog.txt │ │ │ ├── LICENSE_BSD.txt │ │ │ ├── README.txt │ │ │ ├── jsonopt.m │ │ │ ├── loadjson.m │ │ │ ├── loadubjson.m │ │ │ ├── mergestruct.m │ │ │ ├── savejson.m │ │ │ ├── saveubjson.m │ │ │ └── varargin2struct.m │ │ ├── makeValidFieldName.m │ │ └── submitWithConfiguration.m │ │ ├── linearRegCostFunction.m │ │ ├── plotFit.m │ │ ├── polyFeatures.m │ │ ├── submit.m │ │ ├── token.mat │ │ ├── trainLinearReg.m │ │ └── validationCurve.m ├── machine-learning-ex6 │ ├── ex6.pdf │ └── ex6 │ │ ├── .vscode │ │ └── settings.json │ │ ├── SVD.m │ │ ├── dataset3Params.m │ │ ├── emailFeatures.m │ │ ├── emailSample1.txt │ │ ├── emailSample2.txt │ │ ├── ex6.m │ │ ├── ex6_spam.m │ │ ├── ex6data1.mat │ │ ├── ex6data2.mat │ │ ├── ex6data3.mat │ │ ├── gaussianKernel.m │ │ ├── getVocabList.m │ │ ├── lib │ │ ├── jsonlab │ │ │ ├── AUTHORS.txt │ │ │ ├── ChangeLog.txt │ │ │ ├── LICENSE_BSD.txt │ │ │ ├── README.txt │ │ │ ├── jsonopt.m │ │ │ ├── loadjson.m │ │ │ ├── loadubjson.m │ │ │ ├── mergestruct.m │ │ │ ├── savejson.m │ │ │ ├── saveubjson.m │ │ │ └── varargin2struct.m │ │ ├── makeValidFieldName.m │ │ └── submitWithConfiguration.m │ │ ├── linearKernel.m │ │ ├── plotData.m │ │ ├── porterStemmer.m │ │ ├── processEmail.m │ │ ├── readFile.m │ │ ├── spamSample1.txt │ │ ├── spamSample2.txt │ │ ├── spamTest.mat │ │ ├── spamTrain.mat │ │ ├── submit.m │ │ ├── svmPredict.m │ │ ├── svmTrain.m │ │ ├── token.mat │ │ ├── visualizeBoundary.m │ │ ├── visualizeBoundaryLinear.m │ │ └── vocab.txt ├── machine-learning-ex7 │ ├── bird_small.mat │ ├── bird_small.png │ ├── computeCentroids.m │ ├── displayData.m │ ├── drawLine.m │ ├── ex7.m │ ├── ex7_pca.m │ ├── ex7data1.mat │ ├── ex7data2.mat │ ├── ex7faces.mat │ ├── featureNormalize.m │ ├── findClosestCentroids.m │ ├── kMeansInitCentroids.m │ ├── lib │ │ ├── jsonlab │ │ │ ├── AUTHORS.txt │ │ │ ├── ChangeLog.txt │ │ │ ├── LICENSE_BSD.txt │ │ │ ├── README.txt │ │ │ ├── jsonopt.m │ │ │ ├── loadjson.m │ │ │ ├── loadubjson.m │ │ │ ├── mergestruct.m │ │ │ ├── savejson.m │ │ │ ├── saveubjson.m │ │ │ └── varargin2struct.m │ │ ├── makeValidFieldName.m │ │ └── submitWithConfiguration.m │ ├── pca.m │ ├── plotDataPoints.m │ ├── plotProgresskMeans.m │ ├── projectData.m │ ├── recoverData.m │ ├── runkMeans.m │ ├── submit.m │ └── token.mat └── machine-learning-ex8 │ ├── checkCostFunction.m │ ├── cofiCostFunc.m │ ├── computeNumericalGradient.m │ ├── estimateGaussian.m │ ├── ex8.m │ ├── ex8_cofi.m │ ├── ex8_movieParams.mat │ ├── ex8_movies.mat │ ├── ex8data1.mat │ ├── ex8data2.mat │ ├── fmincg.m │ ├── lib │ ├── jsonlab │ │ ├── AUTHORS.txt │ │ ├── ChangeLog.txt │ │ ├── LICENSE_BSD.txt │ │ ├── README.txt │ │ ├── jsonopt.m │ │ ├── loadjson.m │ │ ├── loadubjson.m │ │ ├── mergestruct.m │ │ ├── savejson.m │ │ ├── saveubjson.m │ │ └── varargin2struct.m │ ├── makeValidFieldName.m │ └── submitWithConfiguration.m │ ├── loadMovieList.m │ ├── movie_ids.txt │ ├── multivariateGaussian.m │ ├── normalizeRatings.m │ ├── selectThreshold.m │ ├── submit.m │ ├── token.mat │ └── visualizeFit.m ├── Network Programs Design ├── Client_UI │ ├── build-uix-Desktop-Debug │ │ ├── .qmake.stash │ │ ├── Makefile │ │ ├── chatwidget.o │ │ ├── connectwidget.o │ │ ├── contactwidget.o │ │ ├── filewidget.o │ │ ├── loginwidget.o │ │ ├── main.o │ │ ├── moc_predefs.h │ │ ├── moc_widgets.cpp │ │ ├── moc_widgets.o │ │ ├── registerwidget.o │ │ ├── ui_chatwidget.h │ │ ├── ui_connectwidget.h │ │ ├── ui_contactwidget.h │ │ ├── ui_filewidget.h │ │ ├── ui_loginwidget.h │ │ ├── ui_registerwidget.h │ │ └── uix │ └── uix │ │ ├── chatwidget.cpp │ │ ├── chatwidget.ui │ │ ├── connectwidget.cpp │ │ ├── connectwidget.ui │ │ ├── contactwidget.cpp │ │ ├── contactwidget.ui │ │ ├── filewidget.cpp │ │ ├── filewidget.h │ │ ├── filewidget.ui │ │ ├── loginwidget.cpp │ │ ├── loginwidget.ui │ │ ├── main.cpp │ │ ├── registerwidget.ui │ │ ├── uix.pro │ │ ├── uix.pro.user │ │ └── widgets.h ├── Filetrans │ ├── .idea │ │ ├── encodings.xml │ │ ├── filetrans.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── workspace.xml │ ├── CMakeLists.txt │ ├── cmake-build-debug │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ │ ├── 3.12.3 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.out │ │ │ ├── CMakeDirectoryInformation.cmake │ │ │ ├── CMakeOutput.log │ │ │ ├── Makefile.cmake │ │ │ ├── Makefile2 │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-environment.txt │ │ │ ├── clion-log.txt │ │ │ ├── cmake.check_cache │ │ │ ├── feature_tests.bin │ │ │ ├── feature_tests.c │ │ │ ├── filetrans.dir │ │ │ │ ├── C.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ ├── main.c.o │ │ │ │ └── progress.make │ │ │ └── progress.marks │ │ ├── FileRecv │ │ │ └── filetrans │ │ ├── Makefile │ │ ├── cmake_install.cmake │ │ ├── filetrans │ │ └── filetrans.cbp │ └── main.c └── Server │ ├── .idea │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ ├── proj.iml │ └── workspace.xml │ ├── CMakeLists.txt │ ├── cmake-build-debug │ ├── 8080 │ ├── CMakeCache.txt │ ├── CMakeFiles │ │ ├── 3.12.3 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.out │ │ ├── CMakeDirectoryInformation.cmake │ │ ├── CMakeOutput.log │ │ ├── Makefile.cmake │ │ ├── Makefile2 │ │ ├── TargetDirectories.txt │ │ ├── clion-environment.txt │ │ ├── clion-log.txt │ │ ├── cmake.check_cache │ │ ├── feature_tests.bin │ │ ├── feature_tests.c │ │ ├── progress.marks │ │ └── proj.dir │ │ │ ├── C.includecache │ │ │ ├── DependInfo.cmake │ │ │ ├── build.make │ │ │ ├── cmake_clean.cmake │ │ │ ├── depend.internal │ │ │ ├── depend.make │ │ │ ├── flags.make │ │ │ ├── link.txt │ │ │ ├── main.c.o │ │ │ └── progress.make │ ├── Makefile │ ├── cmake_install.cmake │ ├── net.db │ ├── proj │ └── proj.cbp │ ├── flag.h │ └── main.c ├── Network Protocols ├── exp1.pml ├── exp2.pml └── exp3.pml └── README.md /Compilation Principles/UI/UI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI.sln -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/GeneratedFiles/Debug/moc_ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/GeneratedFiles/Debug/moc_ui.cpp -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/GeneratedFiles/Release/moc_ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/GeneratedFiles/Release/moc_ui.cpp -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/GeneratedFiles/qrc_ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/GeneratedFiles/qrc_ui.cpp -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/GeneratedFiles/ui_ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/GeneratedFiles/ui_ui.h -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/UI.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/UI.vcxproj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/UI.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/UI.vcxproj.filters -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/UI.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/UI.vcxproj.user -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/main.cpp -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/ui.cpp -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/ui.h -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/ui.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/ui.qrc -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/ui.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/ui.ui -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.log -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.tlog/UI.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.tlog/UI.lastbuildstate -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.tlog/UI.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.tlog/UI.write.1u.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/UI.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/UI.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/main.obj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/moc_ui.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/moc_ui.obj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/qrc_ui.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/qrc_ui.obj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/qt.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/qt.log -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/qt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/qt.txt -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/ui.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/ui.obj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Debug/vc141.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Debug/vc141.pdb -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/UI.log: -------------------------------------------------------------------------------- 1 | ui.cpp 2 | UI.vcxproj -> E:\subjects\编译原理\UI\UI\x64\Release\UI.exe 3 | -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/UI.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Release/UI.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/UI.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Release/UI.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Release/main.obj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/moc_ui.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Release/moc_ui.obj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/qrc_ui.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Release/qrc_ui.obj -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/qt.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Release/qt.log -------------------------------------------------------------------------------- /Compilation Principles/UI/UI/x64/Release/ui.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Compilation Principles/UI/UI/x64/Release/ui.obj -------------------------------------------------------------------------------- /Computer Networks/1.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Computer Networks/1.pkt -------------------------------------------------------------------------------- /Computer Networks/2.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Computer Networks/2.pkt -------------------------------------------------------------------------------- /Computer Networks/3-2 IP地址分配实验.pka: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Computer Networks/3-2 IP地址分配实验.pka -------------------------------------------------------------------------------- /Cryptography/README: -------------------------------------------------------------------------------- 1 | 对应于实验班 现代密码学课程,教材是Dan Boneh在Coursera上的Cryptography I课程。 2 | -------------------------------------------------------------------------------- /Cryptography/ex1/PA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex1/PA1.py -------------------------------------------------------------------------------- /Cryptography/ex1/wk1_PA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex1/wk1_PA1.py -------------------------------------------------------------------------------- /Cryptography/ex2/passport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex2/passport.py -------------------------------------------------------------------------------- /Cryptography/ex2/wk2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex2/wk2.py -------------------------------------------------------------------------------- /Cryptography/ex3/PA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex3/PA3.py -------------------------------------------------------------------------------- /Cryptography/ex3/sha1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex3/sha1.py -------------------------------------------------------------------------------- /Cryptography/ex4/.idea/deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/.idea/deployment.xml -------------------------------------------------------------------------------- /Cryptography/ex4/.idea/ex4.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/.idea/ex4.iml -------------------------------------------------------------------------------- /Cryptography/ex4/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/.idea/misc.xml -------------------------------------------------------------------------------- /Cryptography/ex4/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/.idea/modules.xml -------------------------------------------------------------------------------- /Cryptography/ex4/.idea/webServers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/.idea/webServers.xml -------------------------------------------------------------------------------- /Cryptography/ex4/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/.idea/workspace.xml -------------------------------------------------------------------------------- /Cryptography/ex4/attack2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/attack2.py -------------------------------------------------------------------------------- /Cryptography/ex4/bitflipping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/bitflipping.py -------------------------------------------------------------------------------- /Cryptography/ex4/oracle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex4/oracle.py -------------------------------------------------------------------------------- /Cryptography/ex5/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex5/44.txt -------------------------------------------------------------------------------- /Cryptography/ex5/challenge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex5/challenge.py -------------------------------------------------------------------------------- /Cryptography/ex5/pa5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/ex5/pa5.py -------------------------------------------------------------------------------- /Cryptography/rsa/.idea/deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/.idea/deployment.xml -------------------------------------------------------------------------------- /Cryptography/rsa/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/.idea/misc.xml -------------------------------------------------------------------------------- /Cryptography/rsa/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/.idea/modules.xml -------------------------------------------------------------------------------- /Cryptography/rsa/.idea/rsa.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/.idea/rsa.iml -------------------------------------------------------------------------------- /Cryptography/rsa/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/.idea/workspace.xml -------------------------------------------------------------------------------- /Cryptography/rsa/__pycache__/Arithmetic.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/__pycache__/Arithmetic.cpython-36.pyc -------------------------------------------------------------------------------- /Cryptography/rsa/__pycache__/ContinuedFractions.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/__pycache__/ContinuedFractions.cpython-36.pyc -------------------------------------------------------------------------------- /Cryptography/rsa/__pycache__/MillerRabin.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/__pycache__/MillerRabin.cpython-36.pyc -------------------------------------------------------------------------------- /Cryptography/rsa/__pycache__/RSAwienerHacker.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/__pycache__/RSAwienerHacker.cpython-36.pyc -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/README.md -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/attack.sage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/attack.sage -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/attack.sage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/attack.sage.py -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/boneh_durfee.sage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/boneh_durfee.sage -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/coppersmith.sage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/coppersmith.sage -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/rapport.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/rapport.tex -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/slides.pdf -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/slides.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/slides.pptx -------------------------------------------------------------------------------- /Cryptography/rsa/coppersmith/survey_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/coppersmith/survey_final.pdf -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame0 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame1 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame10 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame11 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame12 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame13 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame14 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame15 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame16 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame17 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame18 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame19 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame2 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame20 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame3 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame4 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame5 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame6 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame7 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame8 -------------------------------------------------------------------------------- /Cryptography/rsa/frames/Frame9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/frames/Frame9 -------------------------------------------------------------------------------- /Cryptography/rsa/result.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/result.md -------------------------------------------------------------------------------- /Cryptography/rsa/rsa-wiener-attack-master/Arithmetic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/rsa-wiener-attack-master/Arithmetic.py -------------------------------------------------------------------------------- /Cryptography/rsa/rsa-wiener-attack-master/ContinuedFractions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/rsa-wiener-attack-master/ContinuedFractions.py -------------------------------------------------------------------------------- /Cryptography/rsa/rsa-wiener-attack-master/MillerRabin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/rsa-wiener-attack-master/MillerRabin.py -------------------------------------------------------------------------------- /Cryptography/rsa/rsa-wiener-attack-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/rsa-wiener-attack-master/README.md -------------------------------------------------------------------------------- /Cryptography/rsa/rsa-wiener-attack-master/RSAfracCont.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/rsa-wiener-attack-master/RSAfracCont.pdf -------------------------------------------------------------------------------- /Cryptography/rsa/rsa-wiener-attack-master/RSAwienerHacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/rsa-wiener-attack-master/RSAwienerHacker.py -------------------------------------------------------------------------------- /Cryptography/rsa/rsa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Cryptography/rsa/rsa.py -------------------------------------------------------------------------------- /DSP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/DSP/README.md -------------------------------------------------------------------------------- /DSP/ex1_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/DSP/ex1_2.m -------------------------------------------------------------------------------- /DSP/ex1_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/DSP/ex1_3.m -------------------------------------------------------------------------------- /DSP/ex1_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/DSP/ex1_4.m -------------------------------------------------------------------------------- /DSP/ex3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/DSP/ex3.py -------------------------------------------------------------------------------- /DSP/ex4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/DSP/ex4.py -------------------------------------------------------------------------------- /DSP/exp2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/DSP/exp2.py -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/CRTSEC/CRT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/CRTSEC/CRT.pdf -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/CRTSEC/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/CRTSEC/main.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/README.md -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/fermat/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/fermat/main.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/libmiracl_linux.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/libmiracl_linux.a -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/aesgcm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/aesgcm.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake1kmt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake1kmt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake2cpt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake2cpt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake2cpw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake2cpw.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake2sst.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake2sst.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake4cpt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake4cpt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake4mnta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake4mnta.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake4mntt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake4mntt.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake4sbt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake4sbt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake6mntt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake6mntt.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake8bwt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake8bwt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ake8cpt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ake8cpt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/amd64.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/amd64.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/amd64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/amd64.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/arm.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/arm.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/arm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/arm.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/avr.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/avr.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/avr2.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/avr2.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/avr4.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/avr4.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bandw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bandw.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bcldoit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bcldoit.bat -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bcxdoit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bcxdoit.bat -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bgw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bgw.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/big.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/big.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/big.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/big.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/big.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/big.o -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/big.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/big.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bk2.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bk2.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/blmq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/blmq.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bls.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bls12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bls12.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bls24.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bls24.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bls_gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bls_gen.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bls_ver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bls_ver.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bmark -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bmark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bmark.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bmark.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bmark.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bmc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bmc.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bn.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bn_pair.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bn_pair.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/borland.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/borland.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bp160.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bp160.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/bpt160.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/bpt160.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brent -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brent.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brent.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brent.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brent.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brent_mt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brent_mt.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brick.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brick.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brick.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brick.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brute.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brute.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/brute.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/brute.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/c.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/c.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/c1.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/c1.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/c2.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/c2.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cardano.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cardano.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/clmul.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/clmul.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cm.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cm.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/common.dss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/common.dss -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/common.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/common.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/common2.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/common2.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/complex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/complex.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/complex.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/config.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cp_pair.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cp_pair.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cpabe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cpabe.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cpp.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/crgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/crgen.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/crsetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/crsetup.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/crt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/crt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/crt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/crt.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/crt.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/crt.o -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cs.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cs.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/cygwin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/cygwin.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/daa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/daa.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/deciph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/deciph.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/deciph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/deciph.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/decode.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/decode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/decode.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/devcpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/devcpp.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dl.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dl2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dl2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/doubig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/doubig.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/double.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/double.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssetup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssetup.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssetup.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssgen.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssgen.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssign.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssign.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssign.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssver.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/dssver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/dssver.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ebrick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ebrick.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ebrick.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ebrick.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ebrick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ebrick.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ebrick2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ebrick2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ebrick2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ebrick2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ebrick2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ebrick2.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ec2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ec2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ec2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ec2.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ec2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ec2.o -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ec2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ec2.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdh.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdh.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdh2m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdh2m.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdh2m16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdh2m16.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdh2m8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdh2m8.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdhp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdhp.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdhp16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdhp16.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdhp32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdhp32.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecdhp8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecdhp8.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn.o -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn2.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn2_opt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn2_opt.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn3.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn3.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn4.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn4.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn6.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn6.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn8.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecn8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecn8.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecnzzn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecnzzn.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecnzzn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecnzzn.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsgen -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsgen.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsgen.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsgen2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsgen2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsgen2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsgen2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsgen2s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsgen2s.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsgen_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsgen_s.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsign -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsign.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsign.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsign.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsign2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsign2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsign2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsign2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsign2s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsign2s.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsign_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsign_s.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsver -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsver.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsver.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsver2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsver2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsver2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsver2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsver2s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsver2s.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ecsver_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ecsver_s.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/edwards.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/edwards.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/edwards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/edwards.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/enciph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/enciph.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/enciph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/enciph.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/encode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/encode.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/encode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/encode.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/etat271.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/etat271.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/fact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/fact -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/fact.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/fact.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/fact.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/fact.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/factor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/factor.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/first.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/first.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/flash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/flash.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/flash.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/flash.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/flash.o -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/flash.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/flash.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/float.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/float.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/floating.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/floating.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/flpoly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/flpoly.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/flpoly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/flpoly.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/fpe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/fpe.pdf -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/freeman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/freeman.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/fsample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/fsample.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/fuzzy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/fuzzy.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gcc386.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gcc386.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gccarm.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gccarm.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gcclmul.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gcclmul.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gccppc.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gccppc.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gccsse2.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gccsse2.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gcdoit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gcdoit.bat -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/genkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/genkey.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/genkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/genkey.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/genprime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/genprime.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m12x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m12x.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m12x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m12x.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m4x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m4x.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m4x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m4x.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m6x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m6x.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/gf2m6x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/gf2m6x.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/glv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/glv.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/hail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/hail.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/hail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/hail.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/hibe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/hibe.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/hilbert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/hilbert.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/hilbert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/hilbert.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/identity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/identity.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/imratio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/imratio.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/imratio2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/imratio2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/index.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/index.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/index.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/index.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ipe.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ipk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ipk.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ipk_dec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ipk_dec.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ipk_enc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ipk_enc.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ipk_ext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ipk_ext.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ipk_set.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ipk_set.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/irp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/irp.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/irred.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/irred.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/itanium.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/itanium.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/itanium.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/itanium.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/k2.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/k2.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/k2ss.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/k2ss.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/k4.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/k4.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/k4mnt.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/k4mnt.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/k6.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/k6.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/k8.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/k8.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kangaroo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kangaroo.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kob163.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kob163.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kob233.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kob233.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kob283.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kob283.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kob571.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kob571.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kss18.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kss18.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kss36.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kss36.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kss8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kss8.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/kw4.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/kw4.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/lenstra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/lenstra.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/lenstra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/lenstra.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/limlee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/limlee.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/limlee.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/limlee.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/linux -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/linux.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/linux64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/linux64 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/linux64_cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/linux64_cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mac.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mac.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/make_k1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/make_k1.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/makemcs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/makemcs.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/managed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/managed.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mersenne: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mersenne -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mersenne.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mersenne.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mex.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mingw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mingw.bat -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mips.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mips.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/miracl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/miracl.a -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/miracl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/miracl.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/miracl.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/miracl.lib -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/miracl.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/miracl.mak -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.amd -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.arm -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.ash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.ash -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.atm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.atm -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.bfp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.bfp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.bpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.bpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.bs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.ccc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.ccc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.cm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.cm -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.dll -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.gcc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.gen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.gen -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.gfp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.gfp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.h16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.h16 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.h32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.h32 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.h64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.h64 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.haf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.haf -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.hio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.hio -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.hpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.hpc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.hpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.ibe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.ibe -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.kep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.kep -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.lnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.lnx -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.mgw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.mgw -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.mik: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.mik -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.mip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.mip -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.mmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.mmm -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.ol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.ol -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.pic -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.ppc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.ppc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.scr -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.sjc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.sjc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.spr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.spr -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.tst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.w64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.w64 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mirdef.wpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mirdef.wpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mnt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mnt.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mnt.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mnt.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/modpol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/modpol.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mr87f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mr87f.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mr87v.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mr87v.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mraes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mraes.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mralloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mralloc.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrarth0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrarth0.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrarth1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrarth1.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrarth2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrarth2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrarth3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrarth3.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrbits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrbits.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrbrick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrbrick.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrbuild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrbuild.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrcomba.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrcomba.tpl -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrcore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrcore.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrcrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrcrt.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrcurve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrcurve.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrdouble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrdouble.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrebrick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrebrick.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrec2m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrec2m.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrecn2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrecn2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrfast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrfast.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrflash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrflash.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrflsh1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrflsh1.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrflsh2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrflsh2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrflsh3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrflsh3.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrflsh4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrflsh4.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrfpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrfpe.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrfrnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrfrnd.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrgcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrgcd.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrgcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrgcm.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrgf2m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrgf2m.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrio1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrio1.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrio2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrio2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrjack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrjack.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrkcm.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrkcm.tpl -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrlucas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrlucas.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmonty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmonty.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.any: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.any -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.c32 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.ccc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.ccc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.g64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.g64 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.gcc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.gpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.gpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.ppc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.ppc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.s -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.s64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.s64 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.tcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.tcc -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrmuldv.w64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrmuldv.w64 -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrpi.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrpower.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrpower.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrprime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrprime.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrrand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrrand.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrround.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrscrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrscrt.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrsha3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrsha3.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrshs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrshs.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrshs256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrshs256.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrshs512.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrshs512.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrsmall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrsmall.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrsroot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrsroot.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrstrong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrstrong.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrxgcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrxgcd.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrzzn2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrzzn2.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrzzn2b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrzzn2b.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrzzn3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrzzn3.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mrzzn4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mrzzn4.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ms86.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ms86.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/msldoit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/msldoit.bat -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/msp430.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/msp430.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/mueller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/mueller.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/my160.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/my160.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/nist163.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/nist163.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/nist233.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/nist233.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/nist283.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/nist283.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/nist571.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/nist571.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/nk4.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/nk4.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/octet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/octet.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/octet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/octet.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/p1363.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/p1363.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/p1363.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/p1363.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/pairing_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/pairing_1.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/pairing_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/pairing_3.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/palin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/palin.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/peks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/peks.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/pk-demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/pk-demo -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/pm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/pm.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/poly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/poly.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/poly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/poly.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/poly.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/poly.o -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/poly2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/poly2.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/polyxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/polyxy.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ps_big.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ps_big.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/ps_zzn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/ps_zzn.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/qsieve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/qsieve.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/read.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/read.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/roots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/roots.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/rsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/rsa.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/rsat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/rsat.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sample -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sample.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/schoof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/schoof -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sea.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sea.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sea.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sk_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sk_1.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sk_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sk_3.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sse2.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sse2.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/sse2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/sse2.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/st22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/st22.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/tc86.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/tc86.mcs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/tp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/tp.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/wang.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/wang.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/weil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/weil.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/weng.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/weng.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/x.c: -------------------------------------------------------------------------------- 1 | #include 2 | int main(){}; 3 | -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/xk1.ecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/xk1.ecs -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn.o -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn.obj -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn12.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn12a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn12a.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn12b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn12b.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn18.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn2.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn2.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn24.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn3.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn3.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn36.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn36.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn4.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn4.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn6.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn6.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn6a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn6a.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn8.cpp -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/miracl/zzn8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/miracl/zzn8.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/9.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/README.md -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/main.c -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/plain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/plain.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/pri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/pri.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/pub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/pub.txt -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/sm2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/sm2.h -------------------------------------------------------------------------------- /Information Security Foundamental Experiments/sm2/sm3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Information Security Foundamental Experiments/sm2/sm3.c -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1.pdf -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/computeCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/computeCost.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/computeCostMulti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/computeCostMulti.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/ex1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/ex1.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/ex1_multi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/ex1_multi.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/ex1data1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/ex1data1.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/ex1data2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/ex1data2.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/featureNormalize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/featureNormalize.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/gradientDescent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/gradientDescent.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/normalEqn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/normalEqn.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/plotData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/plotData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex1/ex1/warmUpExercise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex1/ex1/warmUpExercise.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2.pdf -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.ignoreLimitWarning": true 3 | } -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/.vscode/tasks.json -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/costFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/costFunction.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/costFunctionReg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/costFunctionReg.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/ex2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/ex2.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/ex2_reg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/ex2_reg.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/ex2data1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/ex2data1.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/ex2data2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/ex2data2.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/mapFeature.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/mapFeature.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/plotData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/plotData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/predict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/predict.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/sigmoid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/sigmoid.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex2/ex2/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex2/ex2/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3.pdf -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.ignoreLimitWarning": true 3 | } -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/displayData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/displayData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/ex3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/ex3.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/ex3_nn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/ex3_nn.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/ex3data1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/ex3data1.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/ex3weights.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/ex3weights.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/fmincg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/fmincg.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/lrCostFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/lrCostFunction.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/oneVsAll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/oneVsAll.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/predict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/predict.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/predictOneVsAll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/predictOneVsAll.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/sigmoid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/sigmoid.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex3/ex3/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex3/ex3/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4.pdf -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.ignoreLimitWarning": true 3 | } -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/checkNNGradients.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/checkNNGradients.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/displayData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/displayData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/ex4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/ex4.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/ex4data1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/ex4data1.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/ex4weights.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/ex4weights.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/fmincg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/fmincg.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/nnCostFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/nnCostFunction.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/predict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/predict.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/sigmoid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/sigmoid.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/sigmoidGradient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/sigmoidGradient.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex4/ex4/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex4/ex4/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5.pdf -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.ignoreLimitWarning": true 3 | } -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/ex5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/ex5.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/ex5data1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/ex5data1.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/featureNormalize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/featureNormalize.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/fmincg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/fmincg.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/learningCurve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/learningCurve.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/plotFit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/plotFit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/polyFeatures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/polyFeatures.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/trainLinearReg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/trainLinearReg.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex5/ex5/validationCurve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex5/ex5/validationCurve.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6.pdf -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.ignoreLimitWarning": true 3 | } -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/SVD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/SVD.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/dataset3Params.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/dataset3Params.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/emailFeatures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/emailFeatures.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/emailSample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/emailSample1.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/emailSample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/emailSample2.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/ex6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/ex6.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/ex6_spam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/ex6_spam.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/ex6data1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/ex6data1.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/ex6data2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/ex6data2.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/ex6data3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/ex6data3.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/gaussianKernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/gaussianKernel.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/getVocabList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/getVocabList.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/linearKernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/linearKernel.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/plotData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/plotData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/porterStemmer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/porterStemmer.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/processEmail.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/processEmail.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/readFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/readFile.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/spamSample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/spamSample1.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/spamSample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/spamSample2.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/spamTest.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/spamTest.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/spamTrain.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/spamTrain.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/svmPredict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/svmPredict.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/svmTrain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/svmTrain.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/visualizeBoundary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/visualizeBoundary.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex6/ex6/vocab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex6/ex6/vocab.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/bird_small.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/bird_small.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/bird_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/bird_small.png -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/computeCentroids.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/computeCentroids.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/displayData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/displayData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/drawLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/drawLine.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/ex7.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/ex7.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/ex7_pca.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/ex7_pca.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/ex7data1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/ex7data1.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/ex7data2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/ex7data2.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/ex7faces.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/ex7faces.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/featureNormalize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/featureNormalize.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/findClosestCentroids.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/findClosestCentroids.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/kMeansInitCentroids.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/kMeansInitCentroids.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/lib/jsonlab/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/lib/jsonlab/AUTHORS.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/lib/jsonlab/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/lib/jsonlab/README.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/lib/jsonlab/jsonopt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/lib/jsonlab/jsonopt.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/lib/jsonlab/loadjson.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/lib/jsonlab/loadjson.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/lib/jsonlab/savejson.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/lib/jsonlab/savejson.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/pca.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/pca.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/plotDataPoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/plotDataPoints.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/plotProgresskMeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/plotProgresskMeans.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/projectData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/projectData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/recoverData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/recoverData.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/runkMeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/runkMeans.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex7/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex7/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/checkCostFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/checkCostFunction.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/cofiCostFunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/cofiCostFunc.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/estimateGaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/estimateGaussian.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/ex8.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/ex8.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/ex8_cofi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/ex8_cofi.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/ex8_movieParams.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/ex8_movieParams.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/ex8_movies.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/ex8_movies.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/ex8data1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/ex8data1.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/ex8data2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/ex8data2.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/fmincg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/fmincg.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/lib/jsonlab/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/lib/jsonlab/AUTHORS.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/lib/jsonlab/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/lib/jsonlab/README.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/lib/jsonlab/jsonopt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/lib/jsonlab/jsonopt.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/lib/jsonlab/loadjson.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/lib/jsonlab/loadjson.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/lib/jsonlab/savejson.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/lib/jsonlab/savejson.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/loadMovieList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/loadMovieList.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/movie_ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/movie_ids.txt -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/multivariateGaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/multivariateGaussian.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/normalizeRatings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/normalizeRatings.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/selectThreshold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/selectThreshold.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/submit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/submit.m -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/token.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/token.mat -------------------------------------------------------------------------------- /Machine Learning/machine-learning-ex8/visualizeFit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Machine Learning/machine-learning-ex8/visualizeFit.m -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/build-uix-Desktop-Debug/uix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/build-uix-Desktop-Debug/uix -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/chatwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/chatwidget.cpp -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/chatwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/chatwidget.ui -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/connectwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/connectwidget.cpp -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/connectwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/connectwidget.ui -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/contactwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/contactwidget.cpp -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/contactwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/contactwidget.ui -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/filewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/filewidget.cpp -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/filewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/filewidget.h -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/filewidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/filewidget.ui -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/loginwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/loginwidget.cpp -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/loginwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/loginwidget.ui -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/main.cpp -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/registerwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/registerwidget.ui -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/uix.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/uix.pro -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/uix.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/uix.pro.user -------------------------------------------------------------------------------- /Network Programs Design/Client_UI/uix/widgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Client_UI/uix/widgets.h -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/.idea/encodings.xml -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/.idea/filetrans.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/.idea/filetrans.iml -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/.idea/misc.xml -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/.idea/modules.xml -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/.idea/workspace.xml -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/CMakeLists.txt -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/cmake-build-debug/CMakeFiles/progress.marks: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/cmake-build-debug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/cmake-build-debug/Makefile -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/cmake-build-debug/filetrans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/cmake-build-debug/filetrans -------------------------------------------------------------------------------- /Network Programs Design/Filetrans/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Filetrans/main.c -------------------------------------------------------------------------------- /Network Programs Design/Server/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/.idea/encodings.xml -------------------------------------------------------------------------------- /Network Programs Design/Server/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/.idea/misc.xml -------------------------------------------------------------------------------- /Network Programs Design/Server/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/.idea/modules.xml -------------------------------------------------------------------------------- /Network Programs Design/Server/.idea/proj.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/.idea/proj.iml -------------------------------------------------------------------------------- /Network Programs Design/Server/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/.idea/workspace.xml -------------------------------------------------------------------------------- /Network Programs Design/Server/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/CMakeLists.txt -------------------------------------------------------------------------------- /Network Programs Design/Server/cmake-build-debug/8080: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Network Programs Design/Server/cmake-build-debug/CMakeFiles/progress.marks: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /Network Programs Design/Server/cmake-build-debug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/cmake-build-debug/Makefile -------------------------------------------------------------------------------- /Network Programs Design/Server/cmake-build-debug/net.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/cmake-build-debug/net.db -------------------------------------------------------------------------------- /Network Programs Design/Server/cmake-build-debug/proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/cmake-build-debug/proj -------------------------------------------------------------------------------- /Network Programs Design/Server/cmake-build-debug/proj.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/cmake-build-debug/proj.cbp -------------------------------------------------------------------------------- /Network Programs Design/Server/flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/flag.h -------------------------------------------------------------------------------- /Network Programs Design/Server/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Programs Design/Server/main.c -------------------------------------------------------------------------------- /Network Protocols/exp1.pml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Protocols/exp1.pml -------------------------------------------------------------------------------- /Network Protocols/exp2.pml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Protocols/exp2.pml -------------------------------------------------------------------------------- /Network Protocols/exp3.pml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/Network Protocols/exp3.pml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukouji/XDU-SEC/HEAD/README.md --------------------------------------------------------------------------------