├── GeoIP ├── Data │ ├── GeoIP.dat │ └── README └── README ├── LICENSE ├── README.md ├── Source ├── Common │ ├── CocoaInitializer.h │ ├── CocoaInitializer.mm │ ├── spot-on-common.h │ ├── spot-on-crypt-mceliece.cc │ ├── spot-on-crypt-ntru.cc │ ├── spot-on-crypt.cc │ ├── spot-on-crypt.h │ ├── spot-on-external-address.cc │ ├── spot-on-external-address.h │ ├── spot-on-fortuna.h │ ├── spot-on-mceliece.cc │ ├── spot-on-mceliece.h │ ├── spot-on-misc.cc │ ├── spot-on-misc.h │ ├── spot-on-randomness-download.cc │ ├── spot-on-randomness-download.h │ ├── spot-on-receive.cc │ ├── spot-on-receive.h │ ├── spot-on-send.cc │ ├── spot-on-send.h │ ├── spot-on-socket-options.cc │ ├── spot-on-socket-options.h │ ├── spot-on-sqlquery.cc │ ├── spot-on-sqlquery.h │ ├── spot-on-threefish.cc │ ├── spot-on-threefish.h │ └── spot-on-version.h ├── DEBIAN-ARM │ └── control ├── DEBIAN-ARM64 │ └── control ├── DEBIAN-POWERPC │ └── control ├── DEBIAN │ └── control ├── Data │ └── spot-on-neighbors.txt ├── Distributions │ ├── build_debian_amd64.bash │ ├── build_debian_arm.bash │ ├── build_debian_powerpc.bash │ └── spot-on.desktop ├── Documentation │ ├── ADAPTIVE_ECHO │ ├── AE.png │ ├── BLUETOOTH │ ├── BUILD_FLAGS │ ├── COMPILING │ ├── COPYING │ ├── COPYING_CocoaInitializer │ ├── DEBIAN │ ├── DEFINES │ ├── ECC.prime256v1 │ ├── ECC.secp384r1 │ ├── ECC.secp521r1 │ ├── Echo.png │ ├── GPGME │ ├── HOMEBREW │ ├── IPERF │ ├── KDE │ ├── KEY_TYPES │ ├── LIBGCRYPT │ ├── MCELIECE │ ├── MESSAGES │ ├── McEliece.d │ │ ├── McEliece-1.pdf │ │ ├── McEliece-2.pdf │ │ ├── McEliece-3.pdf │ │ ├── McEliece-4.pdf │ │ ├── McEliece-5.pdf │ │ ├── McEliece-6.pdf │ │ └── McEliece-7.pdf │ ├── OpenSSLArguments │ ├── PDF.d │ │ ├── GPGME.pdf │ │ └── Skein.pdf │ ├── README │ ├── REMINDERS │ ├── SMP_State_Machine.odg │ ├── SMP_State_Machine.pdf │ ├── SOCAT │ ├── SOUNDS │ ├── SPECTRAL_PROXY │ ├── SSH │ ├── Spot-On-Kernel.1 │ ├── Spot-On.html │ ├── Spot-On.odt │ ├── Spot-On.pdf │ ├── TCP-Blat │ ├── WEBENGINE_WEBKIT │ ├── WEBSOCKETS │ └── embedded.qrc ├── GUI │ ├── spot-on-a.cc │ ├── spot-on-animated-push-button.h │ ├── spot-on-b.cc │ ├── spot-on-buzzpage.cc │ ├── spot-on-buzzpage.h │ ├── spot-on-c.cc │ ├── spot-on-chatwindow.cc │ ├── spot-on-chatwindow.h │ ├── spot-on-d.cc │ ├── spot-on-defines.h │ ├── spot-on-documentation.cc │ ├── spot-on-documentation.h │ ├── spot-on-e.cc │ ├── spot-on-echo-key-share.cc │ ├── spot-on-echo-key-share.h │ ├── spot-on-emailwindow.cc │ ├── spot-on-emailwindow.h │ ├── spot-on-encryptfile-page.cc │ ├── spot-on-encryptfile-page.h │ ├── spot-on-encryptfile.cc │ ├── spot-on-encryptfile.h │ ├── spot-on-f.cc │ ├── spot-on-g.cc │ ├── spot-on-h.cc │ ├── spot-on-logviewer.cc │ ├── spot-on-logviewer.h │ ├── spot-on-neighborstatistics.cc │ ├── spot-on-neighborstatistics.h │ ├── spot-on-pacify.h │ ├── spot-on-pageviewer.cc │ ├── spot-on-pageviewer.h │ ├── spot-on-reencode.cc │ ├── spot-on-reencode.h │ ├── spot-on-rosetta-gpg-import.cc │ ├── spot-on-rosetta-gpg-import.h │ ├── spot-on-rosetta.cc │ ├── spot-on-rosetta.h │ ├── spot-on-rss.cc │ ├── spot-on-rss.h │ ├── spot-on-scroll-filter.h │ ├── spot-on-smp.cc │ ├── spot-on-smp.h │ ├── spot-on-smpwindow.cc │ ├── spot-on-smpwindow.h │ ├── spot-on-status-activity.cc │ ├── spot-on-status-activity.h │ ├── spot-on-tabwidget.cc │ ├── spot-on-tabwidget.h │ ├── spot-on-textbrowser.cc │ ├── spot-on-textbrowser.h │ ├── spot-on-textedit.cc │ ├── spot-on-textedit.h │ ├── spot-on-urls-search.cc │ ├── spot-on-urls.cc │ ├── spot-on-utilities.h │ ├── spot-on-woody.h │ └── spot-on.h ├── HTML │ ├── html.qrc │ └── search.html ├── Icons │ ├── Archives │ │ └── icons.qrc │ ├── Flags │ │ ├── ae.png │ │ ├── af.png │ │ ├── al.png │ │ ├── am.png │ │ ├── an.png │ │ ├── ao.png │ │ ├── ar.png │ │ ├── as.png │ │ ├── at.png │ │ ├── au.png │ │ ├── aw.png │ │ ├── az.png │ │ ├── ba.png │ │ ├── bb.png │ │ ├── bd.png │ │ ├── be.png │ │ ├── bf.png │ │ ├── bg.png │ │ ├── bh.png │ │ ├── bi.png │ │ ├── bj.png │ │ ├── bl.png │ │ ├── bm.png │ │ ├── bn.png │ │ ├── bo.png │ │ ├── br.png │ │ ├── bs.png │ │ ├── bt.png │ │ ├── bw.png │ │ ├── by.png │ │ ├── bz.png │ │ ├── ca.png │ │ ├── cd.png │ │ ├── cf.png │ │ ├── cg.png │ │ ├── ch.png │ │ ├── ci.png │ │ ├── ck.png │ │ ├── cl.png │ │ ├── cm.png │ │ ├── cn.png │ │ ├── co.png │ │ ├── cr.png │ │ ├── cs.png │ │ ├── cu.png │ │ ├── cv.png │ │ ├── cy.png │ │ ├── cz.png │ │ ├── de.png │ │ ├── dj.png │ │ ├── dk.png │ │ ├── do.png │ │ ├── dz.png │ │ ├── ec.png │ │ ├── ee.png │ │ ├── eg.png │ │ ├── er.png │ │ ├── es.png │ │ ├── et.png │ │ ├── eu.png │ │ ├── fi.png │ │ ├── fj.png │ │ ├── fo.png │ │ ├── fr.png │ │ ├── ga.png │ │ ├── gb.png │ │ ├── ge.png │ │ ├── gh.png │ │ ├── gi.png │ │ ├── gl.png │ │ ├── gn.png │ │ ├── gp.png │ │ ├── gq.png │ │ ├── gr.png │ │ ├── gt.png │ │ ├── gu.png │ │ ├── gw.png │ │ ├── gy.png │ │ ├── hk.png │ │ ├── hn.png │ │ ├── hr.png │ │ ├── ht.png │ │ ├── hu.png │ │ ├── id.png │ │ ├── ie.png │ │ ├── il.png │ │ ├── in.png │ │ ├── iq.png │ │ ├── ir.png │ │ ├── is.png │ │ ├── it.png │ │ ├── jm.png │ │ ├── jo.png │ │ ├── jp.png │ │ ├── ke.png │ │ ├── kg.png │ │ ├── kh.png │ │ ├── ki.png │ │ ├── km.png │ │ ├── kp.png │ │ ├── kr.png │ │ ├── kw.png │ │ ├── ky.png │ │ ├── kz.png │ │ ├── la.png │ │ ├── lb.png │ │ ├── lc.png │ │ ├── li.png │ │ ├── lk.png │ │ ├── lr.png │ │ ├── ls.png │ │ ├── lt.png │ │ ├── lu.png │ │ ├── lv.png │ │ ├── ly.png │ │ ├── ma.png │ │ ├── mc.png │ │ ├── md.png │ │ ├── me.png │ │ ├── mg.png │ │ ├── mh.png │ │ ├── mk.png │ │ ├── ml.png │ │ ├── mm.png │ │ ├── mn.png │ │ ├── mo.png │ │ ├── mp.png │ │ ├── ms.png │ │ ├── mt.png │ │ ├── mu.png │ │ ├── mx.png │ │ ├── my.png │ │ ├── mz.png │ │ ├── na.png │ │ ├── nc.png │ │ ├── ne.png │ │ ├── nf.png │ │ ├── ng.png │ │ ├── ni.png │ │ ├── nl.png │ │ ├── no.png │ │ ├── np.png │ │ ├── nr.png │ │ ├── nz.png │ │ ├── om.png │ │ ├── pa.png │ │ ├── pe.png │ │ ├── pf.png │ │ ├── ph.png │ │ ├── pk.png │ │ ├── pl.png │ │ ├── pm.png │ │ ├── pr.png │ │ ├── pt.png │ │ ├── py.png │ │ ├── qa.png │ │ ├── ro.png │ │ ├── rs.png │ │ ├── ru.png │ │ ├── rw.png │ │ ├── sa.png │ │ ├── sb.png │ │ ├── sd.png │ │ ├── se.png │ │ ├── sg.png │ │ ├── si.png │ │ ├── sk.png │ │ ├── sl.png │ │ ├── sm.png │ │ ├── sn.png │ │ ├── so.png │ │ ├── st.png │ │ ├── sv.png │ │ ├── sy.png │ │ ├── sz.png │ │ ├── tc.png │ │ ├── td.png │ │ ├── tg.png │ │ ├── th.png │ │ ├── tj.png │ │ ├── tn.png │ │ ├── to.png │ │ ├── tp.png │ │ ├── tr.png │ │ ├── tt.png │ │ ├── tv.png │ │ ├── tw.png │ │ ├── tz.png │ │ ├── ua.png │ │ ├── ug.png │ │ ├── unknown.png │ │ ├── us.png │ │ ├── uy.png │ │ ├── uz.png │ │ ├── va.png │ │ ├── ve.png │ │ ├── vg.png │ │ ├── vi.png │ │ ├── vn.png │ │ ├── ws.png │ │ ├── ye.png │ │ ├── yt.png │ │ ├── yu.png │ │ ├── za.png │ │ ├── zm.png │ │ └── zw.png │ ├── Logo │ │ ├── background.png │ │ ├── poptastic.png │ │ ├── spot-on-logo.icns │ │ ├── spot-on-logo.ico │ │ ├── spot-on-logo.png │ │ └── spot-on-splash.png │ ├── Resources │ │ ├── spot-on-logo.ico │ │ └── spot-on.rc │ ├── emoticons │ │ ├── angel.png │ │ ├── angry.png │ │ ├── bad.png │ │ ├── cake.png │ │ ├── coffee.png │ │ ├── coins.png │ │ ├── confused.png │ │ ├── crying.png │ │ ├── cyclops.png │ │ ├── devil.png │ │ ├── doc.png │ │ ├── glasses-cool.png │ │ ├── good.png │ │ ├── happy.png │ │ ├── kiss.png │ │ ├── laugh.png │ │ ├── monkey.png │ │ ├── neutral.png │ │ ├── phone.png │ │ ├── pizza.png │ │ ├── rose.png │ │ ├── sad.png │ │ ├── shocked.png │ │ ├── skywalker.png │ │ ├── smile.png │ │ ├── star.png │ │ ├── sun.png │ │ ├── thinking.png │ │ ├── tongue.png │ │ └── wink.png │ ├── everaldo │ │ ├── activate.png │ │ ├── add-listener.png │ │ ├── add-url.png │ │ ├── add.png │ │ ├── away.png │ │ ├── busy.png │ │ ├── buzz.png │ │ ├── chat.png │ │ ├── clear.png │ │ ├── connect.png │ │ ├── copy.png │ │ ├── database.png │ │ ├── deactivate.png │ │ ├── delete.png │ │ ├── documentation.png │ │ ├── down.png │ │ ├── email.png │ │ ├── empty-trash.png │ │ ├── full-trash.png │ │ ├── gemini.png │ │ ├── heart.png │ │ ├── icons.png │ │ ├── inbox.png │ │ ├── information.png │ │ ├── key.png │ │ ├── lock.png │ │ ├── magnet.png │ │ ├── melodica.png │ │ ├── modify.png │ │ ├── neighbors.png │ │ ├── offline.png │ │ ├── ok.png │ │ ├── online.png │ │ ├── outbox.png │ │ ├── quit.png │ │ ├── read.png │ │ ├── refresh.png │ │ ├── repleo-chat.png │ │ ├── repleo-email.png │ │ ├── repleo-master.png │ │ ├── repleo.png │ │ ├── reply.png │ │ ├── search.png │ │ ├── server.png │ │ ├── settings.png │ │ ├── share.png │ │ ├── spot-on-logo.png │ │ ├── starbeam.png │ │ ├── status-offline.png │ │ ├── status-online.png │ │ ├── up.png │ │ ├── urls.png │ │ └── write.png │ ├── generic │ │ ├── AE.png │ │ ├── attach.png │ │ ├── down.png │ │ ├── down_bright.png │ │ ├── kernel-warning.png │ │ ├── menu-secret-chat.png │ │ ├── menu-secret-email.png │ │ ├── menu-secret-urls.png │ │ ├── menu.png │ │ ├── poptastic.png │ │ ├── repleo-chat.png │ │ ├── repleo-email.png │ │ ├── repleo-url.png │ │ ├── rss.png │ │ ├── smp-locked.png │ │ ├── smp-unlocked.png │ │ ├── up.png │ │ ├── up_bright.png │ │ ├── warning.png │ │ └── weather.png │ ├── icons.qrc │ ├── meego │ │ ├── activate.png │ │ ├── add-listener.png │ │ ├── add-url.png │ │ ├── add.png │ │ ├── away.png │ │ ├── busy.png │ │ ├── buzz.png │ │ ├── chat.png │ │ ├── clear.png │ │ ├── connect.png │ │ ├── copy.png │ │ ├── database.png │ │ ├── deactivate.png │ │ ├── delete.png │ │ ├── documentation.png │ │ ├── down.png │ │ ├── email.png │ │ ├── empty-trash.png │ │ ├── full-trash.png │ │ ├── gemini.png │ │ ├── heart.png │ │ ├── icons.png │ │ ├── inbox.png │ │ ├── information.png │ │ ├── key.png │ │ ├── lock.png │ │ ├── magnet.png │ │ ├── melodica.png │ │ ├── modify.png │ │ ├── neighbors.png │ │ ├── offline.png │ │ ├── ok.png │ │ ├── online.png │ │ ├── outbox.png │ │ ├── quit.png │ │ ├── read.png │ │ ├── refresh.png │ │ ├── repleo-chat.png │ │ ├── repleo-email.png │ │ ├── repleo-master.png │ │ ├── repleo.png │ │ ├── reply.png │ │ ├── search.png │ │ ├── server.png │ │ ├── settings.png │ │ ├── share.png │ │ ├── spot-on-logo.png │ │ ├── starbeam.png │ │ ├── status-offline.png │ │ ├── status-online.png │ │ ├── up.png │ │ ├── urls.png │ │ └── write.png │ ├── nouve │ │ ├── activate.png │ │ ├── add-listener.png │ │ ├── add-url.png │ │ ├── add.png │ │ ├── away.png │ │ ├── busy.png │ │ ├── buzz.png │ │ ├── chat.png │ │ ├── clear.png │ │ ├── connect.png │ │ ├── copy.png │ │ ├── database.png │ │ ├── deactivate.png │ │ ├── delete.png │ │ ├── documentation.png │ │ ├── down.png │ │ ├── email.png │ │ ├── empty-trash.png │ │ ├── full-trash.png │ │ ├── gemini.png │ │ ├── heart.png │ │ ├── icons.png │ │ ├── inbox.png │ │ ├── information.png │ │ ├── key.png │ │ ├── lock.png │ │ ├── magnet.png │ │ ├── melodica.png │ │ ├── modify.png │ │ ├── neighbors.png │ │ ├── offline.png │ │ ├── ok.png │ │ ├── online.png │ │ ├── outbox.png │ │ ├── quit.png │ │ ├── read.png │ │ ├── refresh.png │ │ ├── repleo-chat.png │ │ ├── repleo-email.png │ │ ├── repleo-master.png │ │ ├── repleo.png │ │ ├── reply.png │ │ ├── search.png │ │ ├── server.png │ │ ├── settings.png │ │ ├── share.png │ │ ├── spot-on-logo.png │ │ ├── starbeam.png │ │ ├── status-offline.png │ │ ├── status-online.png │ │ ├── up.png │ │ ├── urls.png │ │ └── write.png │ ├── nuvola │ │ ├── activate.png │ │ ├── add-listener.png │ │ ├── add-url.png │ │ ├── add.png │ │ ├── away.png │ │ ├── busy.png │ │ ├── buzz.png │ │ ├── chat.png │ │ ├── clear.png │ │ ├── connect.png │ │ ├── copy.png │ │ ├── database.png │ │ ├── deactivate.png │ │ ├── delete.png │ │ ├── documentation.png │ │ ├── down.png │ │ ├── email.png │ │ ├── empty-trash.png │ │ ├── full-trash.png │ │ ├── gemini.png │ │ ├── heart.png │ │ ├── icons.png │ │ ├── inbox.png │ │ ├── information.png │ │ ├── key.png │ │ ├── lock.png │ │ ├── magnet.png │ │ ├── melodica.png │ │ ├── modify.png │ │ ├── neighbors.png │ │ ├── offline.png │ │ ├── ok.png │ │ ├── online.png │ │ ├── outbox.png │ │ ├── quit.png │ │ ├── read.png │ │ ├── refresh.png │ │ ├── repleo-chat.png │ │ ├── repleo-email.png │ │ ├── repleo-master.png │ │ ├── repleo.png │ │ ├── reply.png │ │ ├── search.png │ │ ├── server.png │ │ ├── settings.png │ │ ├── share.png │ │ ├── spot-on-logo.png │ │ ├── starbeam.png │ │ ├── status-offline.png │ │ ├── status-online.png │ │ ├── up.png │ │ ├── urls.png │ │ └── write.png │ └── wizard │ │ ├── kernel.png │ │ ├── key.png │ │ ├── password.png │ │ └── urls.png ├── Kernel │ ├── spot-on-fireshare.cc │ ├── spot-on-fireshare.h │ ├── spot-on-gui-server.cc │ ├── spot-on-gui-server.h │ ├── spot-on-import-published-pages.cc │ ├── spot-on-import-published-pages.h │ ├── spot-on-kernel-a.cc │ ├── spot-on-kernel-b.cc │ ├── spot-on-kernel-c.cc │ ├── spot-on-kernel-source.pro │ ├── spot-on-kernel-source.windows.pro │ ├── spot-on-kernel.arm.pro │ ├── spot-on-kernel.freebsd.pro │ ├── spot-on-kernel.h │ ├── spot-on-kernel.macos.pro │ ├── spot-on-kernel.powerpc.pro │ ├── spot-on-kernel.pro │ ├── spot-on-kernel.windows.pro │ ├── spot-on-listener.cc │ ├── spot-on-listener.h │ ├── spot-on-mailer.cc │ ├── spot-on-mailer.h │ ├── spot-on-neighbor-a.cc │ ├── spot-on-neighbor-b.cc │ ├── spot-on-neighbor-c.cc │ ├── spot-on-neighbor-d.cc │ ├── spot-on-neighbor.h │ ├── spot-on-rss.cc │ ├── spot-on-rss.h │ ├── spot-on-sctp-server.cc │ ├── spot-on-sctp-server.h │ ├── spot-on-sctp-socket.cc │ ├── spot-on-sctp-socket.h │ ├── spot-on-starbeam-reader.cc │ ├── spot-on-starbeam-reader.h │ ├── spot-on-starbeam-writer.cc │ ├── spot-on-starbeam-writer.h │ ├── spot-on-urldistribution.cc │ ├── spot-on-urldistribution.h │ ├── spot-on-web-server-child-main.cc │ ├── spot-on-web-server-child-main.h │ ├── spot-on-web-server-child.pro │ ├── spot-on-web-server.cc │ └── spot-on-web-server.h ├── Qt │ └── qt.conf ├── ReleaseNotes │ ├── Archives │ │ ├── RELEASE-NOTES.archived │ │ └── ReleaseNotes.html │ └── ReleaseNotes.html ├── SQL │ ├── README │ ├── README.copies │ ├── postgresql_create_schema.sql │ ├── postgresql_destroy_schema.sql │ └── spot-on-copy-postgresql.sh ├── Scripts │ ├── nc-connection-test.bash │ └── nc-flood-test.bash ├── Shell │ ├── spot-on-darkmode.bat │ ├── spot-on-git.sh │ ├── spot-on-kernel-power-saver.sh │ ├── spot-on-kernel.sh │ └── spot-on.sh ├── Sounds │ ├── buzz.wav │ ├── echo.wav │ ├── login.wav │ ├── receive.wav │ └── send.wav ├── Tools │ └── html2spell.bash ├── Translations │ ├── README │ ├── qtbase_ar.qm │ ├── qtbase_bg.qm │ ├── qtbase_ca.qm │ ├── qtbase_cs.qm │ ├── qtbase_da.qm │ ├── qtbase_de.qm │ ├── qtbase_en.qm │ ├── qtbase_es.qm │ ├── qtbase_fa.qm │ ├── qtbase_fi.qm │ ├── qtbase_fr.qm │ ├── qtbase_gd.qm │ ├── qtbase_he.qm │ ├── qtbase_hr.qm │ ├── qtbase_hu.qm │ ├── qtbase_it.qm │ ├── qtbase_ja.qm │ ├── qtbase_ko.qm │ ├── qtbase_lv.qm │ ├── qtbase_nl.qm │ ├── qtbase_nn.qm │ ├── qtbase_pl.qm │ ├── qtbase_pt_BR.qm │ ├── qtbase_ru.qm │ ├── qtbase_sk.qm │ ├── qtbase_tr.qm │ ├── qtbase_uk.qm │ ├── qtbase_zh_CN.qm │ ├── qtbase_zh_TW.qm │ ├── spot-on_af.qm │ ├── spot-on_af.ts │ ├── spot-on_al.qm │ ├── spot-on_al.ts │ ├── spot-on_am.qm │ ├── spot-on_am.ts │ ├── spot-on_ar.qm │ ├── spot-on_ar.ts │ ├── spot-on_as.qm │ ├── spot-on_as.ts │ ├── spot-on_az.qm │ ├── spot-on_az.ts │ ├── spot-on_bd.qm │ ├── spot-on_bd.ts │ ├── spot-on_be.qm │ ├── spot-on_be.ts │ ├── spot-on_bg.qm │ ├── spot-on_bg.ts │ ├── spot-on_ca.qm │ ├── spot-on_ca.ts │ ├── spot-on_cr.qm │ ├── spot-on_cr.ts │ ├── spot-on_cz.qm │ ├── spot-on_cz.ts │ ├── spot-on_de.qm │ ├── spot-on_de.ts │ ├── spot-on_dk.qm │ ├── spot-on_dk.ts │ ├── spot-on_ee.qm │ ├── spot-on_ee.ts │ ├── spot-on_eo.qm │ ├── spot-on_eo.ts │ ├── spot-on_es.qm │ ├── spot-on_es.ts │ ├── spot-on_et.qm │ ├── spot-on_et.ts │ ├── spot-on_eu.qm │ ├── spot-on_eu.ts │ ├── spot-on_fi.qm │ ├── spot-on_fi.ts │ ├── spot-on_fr.qm │ ├── spot-on_fr.ts │ ├── spot-on_gl.qm │ ├── spot-on_gl.ts │ ├── spot-on_gr.qm │ ├── spot-on_gr.ts │ ├── spot-on_hb.qm │ ├── spot-on_hb.ts │ ├── spot-on_hi.qm │ ├── spot-on_hi.ts │ ├── spot-on_hr.qm │ ├── spot-on_hr.ts │ ├── spot-on_hu.qm │ ├── spot-on_hu.ts │ ├── spot-on_id.qm │ ├── spot-on_id.ts │ ├── spot-on_ie.qm │ ├── spot-on_ie.ts │ ├── spot-on_il.qm │ ├── spot-on_il.ts │ ├── spot-on_it.qm │ ├── spot-on_it.ts │ ├── spot-on_ja.qm │ ├── spot-on_ja.ts │ ├── spot-on_jp.qm │ ├── spot-on_jp.ts │ ├── spot-on_kk.qm │ ├── spot-on_kk.ts │ ├── spot-on_kn.qm │ ├── spot-on_kn.ts │ ├── spot-on_ko.qm │ ├── spot-on_ko.ts │ ├── spot-on_ku.qm │ ├── spot-on_ku.ts │ ├── spot-on_ky.qm │ ├── spot-on_ky.ts │ ├── spot-on_lk.qm │ ├── spot-on_lk.ts │ ├── spot-on_lt.qm │ ├── spot-on_lt.ts │ ├── spot-on_lv.qm │ ├── spot-on_lv.ts │ ├── spot-on_mk.qm │ ├── spot-on_mk.ts │ ├── spot-on_ml.qm │ ├── spot-on_ml.ts │ ├── spot-on_mn.qm │ ├── spot-on_mn.ts │ ├── spot-on_mr.qm │ ├── spot-on_mr.ts │ ├── spot-on_ms.qm │ ├── spot-on_ms.ts │ ├── spot-on_mt.qm │ ├── spot-on_mt.ts │ ├── spot-on_my.qm │ ├── spot-on_my.ts │ ├── spot-on_nl.qm │ ├── spot-on_nl.ts │ ├── spot-on_no.qm │ ├── spot-on_no.ts │ ├── spot-on_np.qm │ ├── spot-on_np.ts │ ├── spot-on_pa.qm │ ├── spot-on_pa.ts │ ├── spot-on_pl.qm │ ├── spot-on_pl.ts │ ├── spot-on_ps.qm │ ├── spot-on_ps.ts │ ├── spot-on_pt.qm │ ├── spot-on_pt.ts │ ├── spot-on_ro.qm │ ├── spot-on_ro.ts │ ├── spot-on_ru.qm │ ├── spot-on_ru.ts │ ├── spot-on_rw.qm │ ├── spot-on_rw.ts │ ├── spot-on_sk.qm │ ├── spot-on_sk.ts │ ├── spot-on_sl.qm │ ├── spot-on_sl.ts │ ├── spot-on_sq.qm │ ├── spot-on_sq.ts │ ├── spot-on_sr.qm │ ├── spot-on_sr.ts │ ├── spot-on_sv.qm │ ├── spot-on_sv.ts │ ├── spot-on_sw.qm │ ├── spot-on_sw.ts │ ├── spot-on_th.qm │ ├── spot-on_th.ts │ ├── spot-on_tr.qm │ ├── spot-on_tr.ts │ ├── spot-on_vn.qm │ ├── spot-on_vn.ts │ ├── spot-on_zh.qm │ ├── spot-on_zh.ts │ ├── spot-on_zh_HK.qm │ ├── spot-on_zh_HK.ts │ ├── spot-on_zh_TW.qm │ ├── spot-on_zh_TW.ts │ └── translations.qrc ├── UI │ ├── spot-on-adaptive-echo-prompt.ui │ ├── spot-on-buzzpage.ui │ ├── spot-on-chatwindow.ui │ ├── spot-on-controlcenter.ui │ ├── spot-on-documentation.ui │ ├── spot-on-echo-key-share.ui │ ├── spot-on-emailwindow.ui │ ├── spot-on-encryptfile-page.ui │ ├── spot-on-encryptfile.ui │ ├── spot-on-forward-secrecy-algorithms-selection.ui │ ├── spot-on-goldbug.ui │ ├── spot-on-gpg-passphrase.ui │ ├── spot-on-ipinformation.ui │ ├── spot-on-keyboard.ui │ ├── spot-on-logviewer.ui │ ├── spot-on-neighborstatistics.ui │ ├── spot-on-notificationswindow.ui │ ├── spot-on-options.ui │ ├── spot-on-pageviewer.ui │ ├── spot-on-password-prompt.ui │ ├── spot-on-poptastic-retrophone-settings.ui │ ├── spot-on-postgresql-connect.ui │ ├── spot-on-private-application-credentials.ui │ ├── spot-on-rosetta-gpg-import.ui │ ├── spot-on-rosetta-gpg-new-keys.ui │ ├── spot-on-rosetta.ui │ ├── spot-on-rss.ui │ ├── spot-on-smpwindow.ui │ ├── spot-on-socket-options.ui │ ├── spot-on-statisticswindow.ui │ ├── spot-on-statusbar.ui │ ├── spot-on-unlock.ui │ └── spot-on-wizard.ui ├── VERSIONS ├── spot-on-gui-source.pro ├── spot-on-gui-source.windows.pro ├── spot-on-gui.arm.pro ├── spot-on-gui.freebsd.pro ├── spot-on-gui.macos.pro ├── spot-on-gui.powerpc.pro ├── spot-on-gui.pro ├── spot-on-gui.windows.pro ├── spot-on-version.bash ├── spot-on.arm.pro ├── spot-on.freebsd.pro ├── spot-on.macos.pro ├── spot-on.powerpc.pro ├── spot-on.pro └── spot-on.windows.pro ├── libAssuan └── Libraries.win64 │ └── libassuan-0.dll ├── libGCrypt ├── Include.win64 │ ├── gcrypt.h │ └── gpg-error.h └── Libraries.win64 │ ├── libgcrypt-20.dll │ └── libgpg-error-0.dll ├── libGPGME ├── Executables.win64 │ ├── gpgme-json.exe │ ├── gpgme-tool.exe │ └── gpgme-w32spawn.exe ├── Include.win64 │ └── gpgme.h └── Libraries.win64 │ ├── libgpgme-11.dll │ ├── libgpgme-glib-11.dll │ └── libgpgmepp-6.dll ├── libNTL ├── README ├── unix.d │ ├── README │ ├── doc │ │ ├── BasicThreadPool.cpp.html │ │ ├── BasicThreadPool.txt │ │ ├── GF2.cpp.html │ │ ├── GF2.txt │ │ ├── GF2E.cpp.html │ │ ├── GF2E.txt │ │ ├── GF2EX.cpp.html │ │ ├── GF2EX.txt │ │ ├── GF2EXFactoring.cpp.html │ │ ├── GF2EXFactoring.txt │ │ ├── GF2X.cpp.html │ │ ├── GF2X.txt │ │ ├── GF2XFactoring.cpp.html │ │ ├── GF2XFactoring.txt │ │ ├── GF2XVec.cpp.html │ │ ├── GF2XVec.txt │ │ ├── HNF.cpp.html │ │ ├── HNF.txt │ │ ├── LLL.cpp.html │ │ ├── LLL.txt │ │ ├── Lazy.cpp.html │ │ ├── Lazy.txt │ │ ├── LazyTable.cpp.html │ │ ├── LazyTable.txt │ │ ├── RR.cpp.html │ │ ├── RR.txt │ │ ├── SmartPtr.cpp.html │ │ ├── SmartPtr.txt │ │ ├── TFT-time.jpg │ │ ├── ZZ.cpp.html │ │ ├── ZZ.txt │ │ ├── ZZVec.cpp.html │ │ ├── ZZVec.txt │ │ ├── ZZX.cpp.html │ │ ├── ZZX.txt │ │ ├── ZZXFactoring.cpp.html │ │ ├── ZZXFactoring.txt │ │ ├── ZZ_limbs.cpp.html │ │ ├── ZZ_limbs.txt │ │ ├── ZZ_p.cpp.html │ │ ├── ZZ_p.txt │ │ ├── ZZ_pE.cpp.html │ │ ├── ZZ_pE.txt │ │ ├── ZZ_pEX.cpp.html │ │ ├── ZZ_pEX.txt │ │ ├── ZZ_pEXFactoring.cpp.html │ │ ├── ZZ_pEXFactoring.txt │ │ ├── ZZ_pX.cpp.html │ │ ├── ZZ_pX.txt │ │ ├── ZZ_pXFactoring.cpp.html │ │ ├── ZZ_pXFactoring.txt │ │ ├── arrow1.gif │ │ ├── arrow2.gif │ │ ├── arrow3.gif │ │ ├── config.txt │ │ ├── conversions.txt │ │ ├── copying.txt │ │ ├── flags.txt │ │ ├── flintrat.jpg │ │ ├── lzz_p.cpp.html │ │ ├── lzz_p.txt │ │ ├── lzz_pE.cpp.html │ │ ├── lzz_pE.txt │ │ ├── lzz_pEX.cpp.html │ │ ├── lzz_pEX.txt │ │ ├── lzz_pEXFactoring.cpp.html │ │ ├── lzz_pEXFactoring.txt │ │ ├── lzz_pX.cpp.html │ │ ├── lzz_pX.txt │ │ ├── lzz_pXFactoring.cpp.html │ │ ├── lzz_pXFactoring.txt │ │ ├── mat_GF2.cpp.html │ │ ├── mat_GF2.txt │ │ ├── mat_GF2E.cpp.html │ │ ├── mat_GF2E.txt │ │ ├── mat_RR.cpp.html │ │ ├── mat_RR.txt │ │ ├── mat_ZZ.cpp.html │ │ ├── mat_ZZ.txt │ │ ├── mat_ZZ_p.cpp.html │ │ ├── mat_ZZ_p.txt │ │ ├── mat_ZZ_pE.cpp.html │ │ ├── mat_ZZ_pE.txt │ │ ├── mat_lzz_p.cpp.html │ │ ├── mat_lzz_p.txt │ │ ├── mat_lzz_pE.cpp.html │ │ ├── mat_lzz_pE.txt │ │ ├── mat_poly_ZZ.cpp.html │ │ ├── mat_poly_ZZ.txt │ │ ├── mat_poly_ZZ_p.cpp.html │ │ ├── mat_poly_ZZ_p.txt │ │ ├── mat_poly_lzz_p.cpp.html │ │ ├── mat_poly_lzz_p.txt │ │ ├── matrix.cpp.html │ │ ├── matrix.txt │ │ ├── names.txt │ │ ├── pair.cpp.html │ │ ├── pair.txt │ │ ├── quad_float.cpp.html │ │ ├── quad_float.txt │ │ ├── sedscript.txt │ │ ├── tools.cpp.html │ │ ├── tools.txt │ │ ├── tour-ack.html │ │ ├── tour-changes.html │ │ ├── tour-ex1.html │ │ ├── tour-ex2.html │ │ ├── tour-ex3.html │ │ ├── tour-ex4.html │ │ ├── tour-ex5.html │ │ ├── tour-ex6.html │ │ ├── tour-ex7.html │ │ ├── tour-examples.html │ │ ├── tour-gf2x.html │ │ ├── tour-gmp.html │ │ ├── tour-impl.html │ │ ├── tour-intro.html │ │ ├── tour-modules.html │ │ ├── tour-roadmap.html │ │ ├── tour-struct.html │ │ ├── tour-time.html │ │ ├── tour-tips.html │ │ ├── tour-unix.html │ │ ├── tour-win.html │ │ ├── tour.html │ │ ├── vec_GF2.cpp.html │ │ ├── vec_GF2.txt │ │ ├── vec_GF2E.cpp.html │ │ ├── vec_GF2E.txt │ │ ├── vec_RR.cpp.html │ │ ├── vec_RR.txt │ │ ├── vec_ZZ.cpp.html │ │ ├── vec_ZZ.txt │ │ ├── vec_ZZ_p.cpp.html │ │ ├── vec_ZZ_p.txt │ │ ├── vec_ZZ_pE.cpp.html │ │ ├── vec_ZZ_pE.txt │ │ ├── vec_lzz_p.cpp.html │ │ ├── vec_lzz_p.txt │ │ ├── vec_lzz_pE.cpp.html │ │ ├── vec_lzz_pE.txt │ │ ├── vector.cpp.html │ │ ├── vector.txt │ │ ├── version.cpp.html │ │ ├── version.txt │ │ ├── xdouble.cpp.html │ │ ├── xdouble.txt │ │ └── zmulrat.jpg │ ├── include │ │ └── NTL │ │ │ ├── ALL_FEATURES.h │ │ │ ├── BasicThreadPool.h │ │ │ ├── FFT.h │ │ │ ├── FFT_impl.h │ │ │ ├── FacVec.h │ │ │ ├── GF2.h │ │ │ ├── GF2E.h │ │ │ ├── GF2EX.h │ │ │ ├── GF2EXFactoring.h │ │ │ ├── GF2X.h │ │ │ ├── GF2XFactoring.h │ │ │ ├── GF2XVec.h │ │ │ ├── HAVE_ALIGNED_ARRAY.h │ │ │ ├── HAVE_AVX.h │ │ │ ├── HAVE_AVX2.h │ │ │ ├── HAVE_AVX512F.h │ │ │ ├── HAVE_BUILTIN_CLZL.h │ │ │ ├── HAVE_CHRONO_TIME.h │ │ │ ├── HAVE_COPY_TRAITS1.h │ │ │ ├── HAVE_COPY_TRAITS2.h │ │ │ ├── HAVE_FMA.h │ │ │ ├── HAVE_LL_TYPE.h │ │ │ ├── HAVE_MACOS_TIME.h │ │ │ ├── HAVE_PCLMUL.h │ │ │ ├── HAVE_POSIX_TIME.h │ │ │ ├── HAVE_SSSE3.h │ │ │ ├── HNF.h │ │ │ ├── LLL.h │ │ │ ├── Lazy.h │ │ │ ├── LazyTable.h │ │ │ ├── MatPrime.h │ │ │ ├── PD.h │ │ │ ├── PackageInfo.h │ │ │ ├── REPORT_ALL_FEATURES.h │ │ │ ├── RR.h │ │ │ ├── SmartPtr.h │ │ │ ├── WordVector.h │ │ │ ├── ZZ.h │ │ │ ├── ZZVec.h │ │ │ ├── ZZX.h │ │ │ ├── ZZXFactoring.h │ │ │ ├── ZZ_limbs.h │ │ │ ├── ZZ_p.h │ │ │ ├── ZZ_pE.h │ │ │ ├── ZZ_pEX.h │ │ │ ├── ZZ_pEXFactoring.h │ │ │ ├── ZZ_pX.h │ │ │ ├── ZZ_pXFactoring.h │ │ │ ├── config.h │ │ │ ├── ctools.h │ │ │ ├── fileio.h │ │ │ ├── gmp_aux.h │ │ │ ├── lip.h │ │ │ ├── lzz_p.h │ │ │ ├── lzz_pE.h │ │ │ ├── lzz_pEX.h │ │ │ ├── lzz_pEXFactoring.h │ │ │ ├── lzz_pX.h │ │ │ ├── lzz_pXFactoring.h │ │ │ ├── mach_desc.h │ │ │ ├── mat_GF2.h │ │ │ ├── mat_GF2E.h │ │ │ ├── mat_RR.h │ │ │ ├── mat_ZZ.h │ │ │ ├── mat_ZZ_p.h │ │ │ ├── mat_ZZ_pE.h │ │ │ ├── mat_lzz_p.h │ │ │ ├── mat_lzz_pE.h │ │ │ ├── mat_poly_ZZ.h │ │ │ ├── mat_poly_ZZ_p.h │ │ │ ├── mat_poly_lzz_p.h │ │ │ ├── matrix.h │ │ │ ├── new.h │ │ │ ├── pair.h │ │ │ ├── pair_GF2EX_long.h │ │ │ ├── pair_GF2X_long.h │ │ │ ├── pair_ZZX_long.h │ │ │ ├── pair_ZZ_pEX_long.h │ │ │ ├── pair_ZZ_pX_long.h │ │ │ ├── pair_lzz_pEX_long.h │ │ │ ├── pair_lzz_pX_long.h │ │ │ ├── pd_FFT.h │ │ │ ├── quad_float.h │ │ │ ├── sp_arith.h │ │ │ ├── thread.h │ │ │ ├── tools.h │ │ │ ├── vec_GF2.h │ │ │ ├── vec_GF2E.h │ │ │ ├── vec_GF2XVec.h │ │ │ ├── vec_RR.h │ │ │ ├── vec_ZZ.h │ │ │ ├── vec_ZZVec.h │ │ │ ├── vec_ZZ_p.h │ │ │ ├── vec_ZZ_pE.h │ │ │ ├── vec_double.h │ │ │ ├── vec_long.h │ │ │ ├── vec_lzz_p.h │ │ │ ├── vec_lzz_pE.h │ │ │ ├── vec_quad_float.h │ │ │ ├── vec_ulong.h │ │ │ ├── vec_vec_GF2.h │ │ │ ├── vec_vec_GF2E.h │ │ │ ├── vec_vec_RR.h │ │ │ ├── vec_vec_ZZ.h │ │ │ ├── vec_vec_ZZ_p.h │ │ │ ├── vec_vec_ZZ_pE.h │ │ │ ├── vec_vec_long.h │ │ │ ├── vec_vec_lzz_p.h │ │ │ ├── vec_vec_lzz_pE.h │ │ │ ├── vec_vec_ulong.h │ │ │ ├── vec_xdouble.h │ │ │ ├── vector.h │ │ │ ├── version.h │ │ │ └── xdouble.h │ └── src │ │ ├── BasicThreadPool.cpp │ │ ├── BerlekampTest.cpp │ │ ├── BerlekampTestIn │ │ ├── BerlekampTestOut │ │ ├── BitMatTest.cpp │ │ ├── CanZassTest.cpp │ │ ├── CanZassTestIn │ │ ├── CanZassTestOut │ │ ├── CharPolyTest.cpp │ │ ├── CharPolyTestIn │ │ ├── CharPolyTestOut │ │ ├── CheckALIGNED_ARRAY.cpp │ │ ├── CheckAVX.cpp │ │ ├── CheckAVX2.cpp │ │ ├── CheckAVX512F.cpp │ │ ├── CheckBUILTIN_CLZL.cpp │ │ ├── CheckCHRONO_TIME.cpp │ │ ├── CheckCOPY_TRAITS1.cpp │ │ ├── CheckCOPY_TRAITS2.cpp │ │ ├── CheckCompile.cpp │ │ ├── CheckContract.cpp │ │ ├── CheckContractAux.cpp │ │ ├── CheckFMA.cpp │ │ ├── CheckLL_TYPE.cpp │ │ ├── CheckMACOS_TIME.cpp │ │ ├── CheckPCLMUL.cpp │ │ ├── CheckPOSIX_TIME.cpp │ │ ├── CheckSSSE3.cpp │ │ ├── CheckThreads.cpp │ │ ├── CopyFeatures │ │ ├── DIRNAME │ │ ├── DispSettings.cpp │ │ ├── DoConfig │ │ ├── ExceptionTest.cpp │ │ ├── FFT.cpp │ │ ├── FacVec.cpp │ │ ├── GF2.cpp │ │ ├── GF2E.cpp │ │ ├── GF2EX.cpp │ │ ├── GF2EXDivCross.cpp │ │ ├── GF2EXFactoring.cpp │ │ ├── GF2EXGCDCross.cpp │ │ ├── GF2EXGCDTest.cpp │ │ ├── GF2EXKarCross.cpp │ │ ├── GF2EXModCross.cpp │ │ ├── GF2EXTest.cpp │ │ ├── GF2X.cpp │ │ ├── GF2X1.cpp │ │ ├── GF2XFactoring.cpp │ │ ├── GF2XTest.cpp │ │ ├── GF2XTimeTest.cpp │ │ ├── GF2XVec.cpp │ │ ├── G_LLL_FP.cpp │ │ ├── G_LLL_QP.cpp │ │ ├── G_LLL_RR.cpp │ │ ├── G_LLL_XD.cpp │ │ ├── GenConfigInfo.cpp │ │ ├── GetPID1.cpp │ │ ├── GetPID2.cpp │ │ ├── GetTime0.cpp │ │ ├── GetTime1.cpp │ │ ├── GetTime2.cpp │ │ ├── GetTime3.cpp │ │ ├── GetTime4.cpp │ │ ├── GetTime5.cpp │ │ ├── HNF.cpp │ │ ├── InitSettings.cpp │ │ ├── LLL.cpp │ │ ├── LLLTest.cpp │ │ ├── LLLTestIn │ │ ├── LLLTestOut │ │ ├── LLL_FP.cpp │ │ ├── LLL_QP.cpp │ │ ├── LLL_RR.cpp │ │ ├── LLL_XD.cpp │ │ ├── MakeCheckFeatures │ │ ├── MakeDesc.cpp │ │ ├── MakeDescAux.cpp │ │ ├── MakeGetPID │ │ ├── MakeGetTime │ │ ├── MatPrime.cpp │ │ ├── MatrixTest.cpp │ │ ├── MatrixTestIn │ │ ├── MatrixTestOut │ │ ├── MoreFacTest.cpp │ │ ├── MoreFacTestIn │ │ ├── NOTES │ │ ├── Poly1TimeTest.cpp │ │ ├── Poly2TimeTest.cpp │ │ ├── Poly3TimeTest.cpp │ │ ├── QuadTest.cpp │ │ ├── QuadTestIn │ │ ├── QuadTestOut │ │ ├── QuickTest.cpp │ │ ├── RR.cpp │ │ ├── RRTest.cpp │ │ ├── RRTestIn │ │ ├── RRTestOut │ │ ├── RemoveProg │ │ ├── ResetFeatures │ │ ├── SSMulTest.cpp │ │ ├── TestGetPID.cpp │ │ ├── TestGetTime.cpp │ │ ├── TestScript │ │ ├── ThreadTest.cpp │ │ ├── Timing.cpp │ │ ├── VERSION_INFO │ │ ├── WINDIR │ │ ├── Wizard │ │ ├── WizardAux │ │ ├── WordVector.cpp │ │ ├── ZZ.cpp │ │ ├── ZZTest.cpp │ │ ├── ZZVec.cpp │ │ ├── ZZX.cpp │ │ ├── ZZX1.cpp │ │ ├── ZZXCharPoly.cpp │ │ ├── ZZXFacTest.cpp │ │ ├── ZZXFacTestIn │ │ ├── ZZXFacTestOut │ │ ├── ZZXFactoring.cpp │ │ ├── ZZ_p.cpp │ │ ├── ZZ_pE.cpp │ │ ├── ZZ_pEX.cpp │ │ ├── ZZ_pEXFactoring.cpp │ │ ├── ZZ_pEXGCDTest.cpp │ │ ├── ZZ_pEXTest.cpp │ │ ├── ZZ_pX.cpp │ │ ├── ZZ_pX1.cpp │ │ ├── ZZ_pXCharPoly.cpp │ │ ├── ZZ_pXFactoring.cpp │ │ ├── ZZ_pXTest.cpp │ │ ├── cfile │ │ ├── configure │ │ ├── ctools.cpp │ │ ├── dosify │ │ ├── fileio.cpp │ │ ├── gen_gmp_aux.cpp │ │ ├── gf2x_version_1_2_or_later_required.cpp │ │ ├── libtool-origin │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── aclocal.m4 │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── install-sh │ │ ├── ltmain.sh │ │ └── missing │ │ ├── libtool-seed │ │ ├── Makefile.am │ │ └── configure.ac │ │ ├── lip.cpp │ │ ├── lzz_p.cpp │ │ ├── lzz_pE.cpp │ │ ├── lzz_pEX.cpp │ │ ├── lzz_pEXFactoring.cpp │ │ ├── lzz_pEXGCDTest.cpp │ │ ├── lzz_pEXTest.cpp │ │ ├── lzz_pX.cpp │ │ ├── lzz_pX1.cpp │ │ ├── lzz_pXCharPoly.cpp │ │ ├── lzz_pXFactoring.cpp │ │ ├── lzz_pXTest.cpp │ │ ├── mach_desc.win │ │ ├── mat_GF2.cpp │ │ ├── mat_GF2E.cpp │ │ ├── mat_RR.cpp │ │ ├── mat_ZZ.cpp │ │ ├── mat_ZZ_p.cpp │ │ ├── mat_ZZ_pE.cpp │ │ ├── mat_lzz_p.cpp │ │ ├── mat_lzz_pE.cpp │ │ ├── mat_lzz_pTest.cpp │ │ ├── mat_poly_ZZ.cpp │ │ ├── mat_poly_ZZ_p.cpp │ │ ├── mat_poly_lzz_p.cpp │ │ ├── mfile │ │ ├── newnames.cpp │ │ ├── pd_FFT.cpp │ │ ├── ppscript │ │ ├── quad_float.cpp │ │ ├── quad_float1.cpp │ │ ├── subset.cpp │ │ ├── thread.cpp │ │ ├── tools.cpp │ │ ├── unixify │ │ ├── vec_GF2.cpp │ │ ├── vec_GF2E.cpp │ │ ├── vec_RR.cpp │ │ ├── vec_ZZ.cpp │ │ ├── vec_ZZ_p.cpp │ │ ├── vec_ZZ_pE.cpp │ │ ├── vec_lzz_p.cpp │ │ ├── vec_lzz_pE.cpp │ │ └── xdouble.cpp └── windows.d │ ├── include │ └── NTL │ │ ├── BasicThreadPool.h │ │ ├── FFT.h │ │ ├── FacVec.h │ │ ├── GF2.h │ │ ├── GF2E.h │ │ ├── GF2EX.h │ │ ├── GF2EXFactoring.h │ │ ├── GF2X.h │ │ ├── GF2XFactoring.h │ │ ├── GF2XVec.h │ │ ├── HAVE_AVX.h │ │ ├── HAVE_BUILTIN_CLZL.h │ │ ├── HAVE_FMA.h │ │ ├── HAVE_LL_TYPE.h │ │ ├── HNF.h │ │ ├── LLL.h │ │ ├── Lazy.h │ │ ├── LazyTable.h │ │ ├── RR.h │ │ ├── SPMM_ASM.h │ │ ├── SmartPtr.h │ │ ├── WordVector.h │ │ ├── ZZ.h │ │ ├── ZZVec.h │ │ ├── ZZX.h │ │ ├── ZZXFactoring.h │ │ ├── ZZ_p.h │ │ ├── ZZ_pE.h │ │ ├── ZZ_pEX.h │ │ ├── ZZ_pEXFactoring.h │ │ ├── ZZ_pX.h │ │ ├── ZZ_pXFactoring.h │ │ ├── c_lip.h │ │ ├── config.h │ │ ├── config_log.h │ │ ├── ctools.h │ │ ├── def_config.h │ │ ├── fileio.h │ │ ├── g_lip.h │ │ ├── gmp_aux.h │ │ ├── lip.h │ │ ├── lzz_p.h │ │ ├── lzz_pE.h │ │ ├── lzz_pEX.h │ │ ├── lzz_pEXFactoring.h │ │ ├── lzz_pX.h │ │ ├── lzz_pXFactoring.h │ │ ├── mach_desc.h │ │ ├── mat_GF2.h │ │ ├── mat_GF2E.h │ │ ├── mat_RR.h │ │ ├── mat_ZZ.h │ │ ├── mat_ZZ_p.h │ │ ├── mat_ZZ_pE.h │ │ ├── mat_lzz_p.h │ │ ├── mat_lzz_pE.h │ │ ├── mat_poly_ZZ.h │ │ ├── mat_poly_ZZ_p.h │ │ ├── mat_poly_lzz_p.h │ │ ├── matrix.h │ │ ├── new.h │ │ ├── pair.h │ │ ├── pair_GF2EX_long.h │ │ ├── pair_GF2X_long.h │ │ ├── pair_ZZX_long.h │ │ ├── pair_ZZ_pEX_long.h │ │ ├── pair_ZZ_pX_long.h │ │ ├── pair_lzz_pEX_long.h │ │ ├── pair_lzz_pX_long.h │ │ ├── quad_float.h │ │ ├── sp_arith.h │ │ ├── thread.h │ │ ├── tools.h │ │ ├── vec_GF2.h │ │ ├── vec_GF2E.h │ │ ├── vec_GF2XVec.h │ │ ├── vec_RR.h │ │ ├── vec_ZZ.h │ │ ├── vec_ZZVec.h │ │ ├── vec_ZZ_p.h │ │ ├── vec_ZZ_pE.h │ │ ├── vec_double.h │ │ ├── vec_long.h │ │ ├── vec_lzz_p.h │ │ ├── vec_lzz_pE.h │ │ ├── vec_quad_float.h │ │ ├── vec_ulong.h │ │ ├── vec_vec_GF2.h │ │ ├── vec_vec_GF2E.h │ │ ├── vec_vec_RR.h │ │ ├── vec_vec_ZZ.h │ │ ├── vec_vec_ZZ_p.h │ │ ├── vec_vec_ZZ_pE.h │ │ ├── vec_vec_long.h │ │ ├── vec_vec_lzz_p.h │ │ ├── vec_vec_lzz_pE.h │ │ ├── vec_vec_ulong.h │ │ ├── vec_xdouble.h │ │ ├── vector.h │ │ ├── version.h │ │ ├── wizard_log.h │ │ └── xdouble.h │ ├── libraries.d │ ├── README │ ├── libntl-28.dll │ └── libntl.dll.a │ └── src │ ├── BasicThreadPool.c │ ├── BerlekampTest.c │ ├── BerlekampTestIn │ ├── BerlekampTestOut │ ├── BitMatTest.c │ ├── CanZassTest.c │ ├── CanZassTestIn │ ├── CanZassTestOut │ ├── CharPolyTest.c │ ├── CharPolyTestIn │ ├── CharPolyTestOut │ ├── CheckAVX.c │ ├── CheckCLZL.c │ ├── CheckCLZLAux.c │ ├── CheckCompile.c │ ├── CheckFMA.c │ ├── CheckLL.c │ ├── CheckLLAux.c │ ├── CopyFeatures │ ├── DIRNAME │ ├── DispSettings.c │ ├── DoConfig │ ├── ExceptionTest.c │ ├── FFT.c │ ├── FacVec.c │ ├── GF2.c │ ├── GF2E.c │ ├── GF2EX.c │ ├── GF2EXFactoring.c │ ├── GF2EXTest.c │ ├── GF2X.c │ ├── GF2X1.c │ ├── GF2XFactoring.c │ ├── GF2XTest.c │ ├── GF2XTimeTest.c │ ├── GF2XVec.c │ ├── G_LLL_FP.c │ ├── G_LLL_QP.c │ ├── G_LLL_RR.c │ ├── G_LLL_XD.c │ ├── GetPID.c │ ├── GetPID1.c │ ├── GetPID2.c │ ├── GetTime.c │ ├── GetTime0.c │ ├── GetTime1.c │ ├── GetTime2.c │ ├── GetTime3.c │ ├── GetTime4.c │ ├── GetTime5.c │ ├── HNF.c │ ├── InitSettings.c │ ├── LLL.c │ ├── LLLTest.c │ ├── LLLTestIn │ ├── LLLTestOut │ ├── LLL_FP.c │ ├── LLL_QP.c │ ├── LLL_RR.c │ ├── LLL_XD.c │ ├── MakeCheckFeature │ ├── MakeDesc.c │ ├── MakeDescAux.c │ ├── MakeGetPID │ ├── MakeGetTime │ ├── MatrixTest.c │ ├── MatrixTestIn │ ├── MatrixTestOut │ ├── MoreFacTest.c │ ├── MoreFacTestIn │ ├── MulTimeTest.c │ ├── NOTES │ ├── Poly1TimeTest.c │ ├── Poly2TimeTest.c │ ├── Poly3TimeTest.c │ ├── QuadTest.c │ ├── QuadTestIn │ ├── QuadTestOut │ ├── QuickTest.c │ ├── RR.c │ ├── RRTest.c │ ├── RRTestIn │ ├── RRTestOut │ ├── RemoveProg │ ├── ResetFeatures │ ├── TestGetPID.c │ ├── TestGetTime.c │ ├── TestScript │ ├── ThreadTest.c │ ├── Timing.c │ ├── VERSION_INFO │ ├── WINDIR │ ├── Wizard │ ├── WizardAux │ ├── WordVector.c │ ├── ZZ.c │ ├── ZZVec.c │ ├── ZZX.c │ ├── ZZX1.c │ ├── ZZXCharPoly.c │ ├── ZZXFacTest.c │ ├── ZZXFacTestIn │ ├── ZZXFacTestOut │ ├── ZZXFactoring.c │ ├── ZZ_p.c │ ├── ZZ_pE.c │ ├── ZZ_pEX.c │ ├── ZZ_pEXFactoring.c │ ├── ZZ_pEXTest.c │ ├── ZZ_pX.c │ ├── ZZ_pX1.c │ ├── ZZ_pXCharPoly.c │ ├── ZZ_pXFactoring.c │ ├── c_lip_impl.h │ ├── cfile │ ├── configure │ ├── ctools.c │ ├── def_makefile │ ├── dosify │ ├── fileio.c │ ├── g_lip_impl.h │ ├── gen_gmp_aux.c │ ├── lip.c │ ├── lzz_p.c │ ├── lzz_pE.c │ ├── lzz_pEX.c │ ├── lzz_pEXFactoring.c │ ├── lzz_pEXTest.c │ ├── lzz_pX.c │ ├── lzz_pX1.c │ ├── lzz_pXCharPoly.c │ ├── lzz_pXFactoring.c │ ├── mach_desc.win │ ├── makefile │ ├── mat_GF2.c │ ├── mat_GF2E.c │ ├── mat_RR.c │ ├── mat_ZZ.c │ ├── mat_ZZ_p.c │ ├── mat_ZZ_pE.c │ ├── mat_lzz_p.c │ ├── mat_lzz_pE.c │ ├── mat_lzz_pTest.c │ ├── mat_poly_ZZ.c │ ├── mat_poly_ZZ_p.c │ ├── mat_poly_lzz_p.c │ ├── mfile │ ├── newnames.c │ ├── ppscript │ ├── quad_float.c │ ├── subset.c │ ├── thread.c │ ├── tools.c │ ├── unixify │ ├── vec_GF2.c │ ├── vec_GF2E.c │ ├── vec_RR.c │ ├── vec_ZZ.c │ ├── vec_ZZ_p.c │ ├── vec_ZZ_pE.c │ ├── vec_lzz_p.c │ ├── vec_lzz_pE.c │ └── xdouble.c ├── libNTRU ├── LICENSE ├── Makefile ├── Makefile.bsd ├── Makefile.linux ├── Makefile.macos ├── Makefile.os2 ├── Makefile.win ├── PATENTS ├── README ├── README.md ├── changelog ├── src │ ├── arith.c │ ├── arith.h │ ├── bench.c │ ├── bitstring.c │ ├── bitstring.h │ ├── encparams.c │ ├── encparams.h │ ├── err.h │ ├── hash.c │ ├── hash.h │ ├── hash_simd.c │ ├── hash_simd.h │ ├── hybrid.c │ ├── idxgen.c │ ├── idxgen.h │ ├── key.c │ ├── key.h │ ├── md_helper.c │ ├── md_helper.h │ ├── mgf.c │ ├── mgf.h │ ├── nist_aes_rijndael.h │ ├── nist_config.h │ ├── nist_ctr_aes_rijndael.h │ ├── nist_ctr_drbg.c │ ├── nist_ctr_drbg.h │ ├── nist_ctr_drbg_aes128.h │ ├── nist_ctr_drbg_aes256.h │ ├── nist_ctr_drbg_config.h │ ├── ntru.c │ ├── ntru.h │ ├── ntru_endian.h │ ├── poly.c │ ├── poly.h │ ├── poly_avx2.c │ ├── poly_avx2.h │ ├── poly_ssse3.c │ ├── poly_ssse3.h │ ├── rand.c │ ├── rand.h │ ├── rijndael-alg-fst.c │ ├── rijndael-alg-fst.h │ ├── rijndael.c │ ├── rijndael.h │ ├── rijndael_local.h │ ├── sha1-mb-x86_64.pl │ ├── sha1.c │ ├── sha2.c │ ├── sha256-mb-x86_64.pl │ ├── sph_sha1.h │ ├── sph_sha2.h │ ├── sph_types.h │ ├── types.h │ └── x86_64-xlate.pl └── tests │ ├── test.c │ ├── test_bitstring.c │ ├── test_bitstring.h │ ├── test_hash.c │ ├── test_hash.h │ ├── test_idxgen.c │ ├── test_idxgen.h │ ├── test_key.c │ ├── test_key.h │ ├── test_ntru.c │ ├── test_ntru.h │ ├── test_ntruprime.c │ ├── test_ntruprime.h │ ├── test_poly.c │ ├── test_poly.h │ ├── test_util.c │ └── test_util.h ├── libOpenSSL ├── Executables.win64 │ └── openssl.exe ├── Include.win64 │ └── openssl │ │ ├── aes.h │ │ ├── applink.c │ │ ├── asn1.h │ │ ├── asn1err.h │ │ ├── asn1t.h │ │ ├── async.h │ │ ├── asyncerr.h │ │ ├── bio.h │ │ ├── bioerr.h │ │ ├── blowfish.h │ │ ├── bn.h │ │ ├── bnerr.h │ │ ├── buffer.h │ │ ├── buffererr.h │ │ ├── byteorder.h │ │ ├── camellia.h │ │ ├── cast.h │ │ ├── cmac.h │ │ ├── cmp.h │ │ ├── cmp_util.h │ │ ├── cmperr.h │ │ ├── cms.h │ │ ├── cmserr.h │ │ ├── comp.h │ │ ├── comperr.h │ │ ├── conf.h │ │ ├── conf_api.h │ │ ├── conferr.h │ │ ├── configuration.h │ │ ├── conftypes.h │ │ ├── core.h │ │ ├── core_dispatch.h │ │ ├── core_names.h │ │ ├── core_object.h │ │ ├── crmf.h │ │ ├── crmferr.h │ │ ├── crypto.h │ │ ├── cryptoerr.h │ │ ├── cryptoerr_legacy.h │ │ ├── ct.h │ │ ├── cterr.h │ │ ├── decoder.h │ │ ├── decodererr.h │ │ ├── des.h │ │ ├── dh.h │ │ ├── dherr.h │ │ ├── dsa.h │ │ ├── dsaerr.h │ │ ├── dtls1.h │ │ ├── e_os2.h │ │ ├── e_ostime.h │ │ ├── ebcdic.h │ │ ├── ec.h │ │ ├── ecdh.h │ │ ├── ecdsa.h │ │ ├── ecerr.h │ │ ├── encoder.h │ │ ├── encodererr.h │ │ ├── engine.h │ │ ├── engineerr.h │ │ ├── err.h │ │ ├── ess.h │ │ ├── esserr.h │ │ ├── evp.h │ │ ├── evperr.h │ │ ├── fips_names.h │ │ ├── fipskey.h │ │ ├── hmac.h │ │ ├── hpke.h │ │ ├── http.h │ │ ├── httperr.h │ │ ├── idea.h │ │ ├── indicator.h │ │ ├── kdf.h │ │ ├── kdferr.h │ │ ├── lhash.h │ │ ├── macros.h │ │ ├── md2.h │ │ ├── md4.h │ │ ├── md5.h │ │ ├── mdc2.h │ │ ├── ml_kem.h │ │ ├── modes.h │ │ ├── obj_mac.h │ │ ├── objects.h │ │ ├── objectserr.h │ │ ├── ocsp.h │ │ ├── ocsperr.h │ │ ├── opensslconf.h │ │ ├── opensslv.h │ │ ├── ossl_typ.h │ │ ├── param_build.h │ │ ├── params.h │ │ ├── pem.h │ │ ├── pem2.h │ │ ├── pemerr.h │ │ ├── pkcs12.h │ │ ├── pkcs12err.h │ │ ├── pkcs7.h │ │ ├── pkcs7err.h │ │ ├── prov_ssl.h │ │ ├── proverr.h │ │ ├── provider.h │ │ ├── quic.h │ │ ├── rand.h │ │ ├── randerr.h │ │ ├── rc2.h │ │ ├── rc4.h │ │ ├── rc5.h │ │ ├── ripemd.h │ │ ├── rsa.h │ │ ├── rsaerr.h │ │ ├── safestack.h │ │ ├── seed.h │ │ ├── self_test.h │ │ ├── sha.h │ │ ├── srp.h │ │ ├── srtp.h │ │ ├── ssl.h │ │ ├── ssl2.h │ │ ├── ssl3.h │ │ ├── sslerr.h │ │ ├── sslerr_legacy.h │ │ ├── stack.h │ │ ├── store.h │ │ ├── storeerr.h │ │ ├── symhacks.h │ │ ├── thread.h │ │ ├── tls1.h │ │ ├── trace.h │ │ ├── ts.h │ │ ├── tserr.h │ │ ├── txt_db.h │ │ ├── types.h │ │ ├── ui.h │ │ ├── uierr.h │ │ ├── whrlpool.h │ │ ├── x509.h │ │ ├── x509_acert.h │ │ ├── x509_vfy.h │ │ ├── x509err.h │ │ ├── x509v3.h │ │ └── x509v3err.h └── Libraries.win64 │ ├── libcrypto-3-x64.dll │ └── libssl-3-x64.dll └── spot-on-download-dependencies.bash /GeoIP/Data/GeoIP.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/GeoIP/Data/GeoIP.dat -------------------------------------------------------------------------------- /GeoIP/Data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/GeoIP/Data/README -------------------------------------------------------------------------------- /GeoIP/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/GeoIP/README -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/README.md -------------------------------------------------------------------------------- /Source/Common/CocoaInitializer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/CocoaInitializer.h -------------------------------------------------------------------------------- /Source/Common/CocoaInitializer.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/CocoaInitializer.mm -------------------------------------------------------------------------------- /Source/Common/spot-on-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-common.h -------------------------------------------------------------------------------- /Source/Common/spot-on-crypt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-crypt.cc -------------------------------------------------------------------------------- /Source/Common/spot-on-crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-crypt.h -------------------------------------------------------------------------------- /Source/Common/spot-on-fortuna.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-fortuna.h -------------------------------------------------------------------------------- /Source/Common/spot-on-mceliece.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-mceliece.cc -------------------------------------------------------------------------------- /Source/Common/spot-on-mceliece.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-mceliece.h -------------------------------------------------------------------------------- /Source/Common/spot-on-misc.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-misc.cc -------------------------------------------------------------------------------- /Source/Common/spot-on-misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-misc.h -------------------------------------------------------------------------------- /Source/Common/spot-on-receive.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-receive.cc -------------------------------------------------------------------------------- /Source/Common/spot-on-receive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-receive.h -------------------------------------------------------------------------------- /Source/Common/spot-on-send.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-send.cc -------------------------------------------------------------------------------- /Source/Common/spot-on-send.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-send.h -------------------------------------------------------------------------------- /Source/Common/spot-on-sqlquery.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-sqlquery.cc -------------------------------------------------------------------------------- /Source/Common/spot-on-sqlquery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-sqlquery.h -------------------------------------------------------------------------------- /Source/Common/spot-on-threefish.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-threefish.cc -------------------------------------------------------------------------------- /Source/Common/spot-on-threefish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-threefish.h -------------------------------------------------------------------------------- /Source/Common/spot-on-version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Common/spot-on-version.h -------------------------------------------------------------------------------- /Source/DEBIAN-ARM/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/DEBIAN-ARM/control -------------------------------------------------------------------------------- /Source/DEBIAN-ARM64/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/DEBIAN-ARM64/control -------------------------------------------------------------------------------- /Source/DEBIAN-POWERPC/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/DEBIAN-POWERPC/control -------------------------------------------------------------------------------- /Source/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/DEBIAN/control -------------------------------------------------------------------------------- /Source/Data/spot-on-neighbors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Data/spot-on-neighbors.txt -------------------------------------------------------------------------------- /Source/Documentation/ADAPTIVE_ECHO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/ADAPTIVE_ECHO -------------------------------------------------------------------------------- /Source/Documentation/AE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/AE.png -------------------------------------------------------------------------------- /Source/Documentation/BLUETOOTH: -------------------------------------------------------------------------------- 1 | Qt 5.5.1 is supported for Debian and PowerPC. 2 | 3 | All other systems require Qt LTS. 4 | -------------------------------------------------------------------------------- /Source/Documentation/BUILD_FLAGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/BUILD_FLAGS -------------------------------------------------------------------------------- /Source/Documentation/COMPILING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/COMPILING -------------------------------------------------------------------------------- /Source/Documentation/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/COPYING -------------------------------------------------------------------------------- /Source/Documentation/DEBIAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/DEBIAN -------------------------------------------------------------------------------- /Source/Documentation/DEFINES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/DEFINES -------------------------------------------------------------------------------- /Source/Documentation/ECC.secp384r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/ECC.secp384r1 -------------------------------------------------------------------------------- /Source/Documentation/ECC.secp521r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/ECC.secp521r1 -------------------------------------------------------------------------------- /Source/Documentation/Echo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/Echo.png -------------------------------------------------------------------------------- /Source/Documentation/GPGME: -------------------------------------------------------------------------------- 1 | GPG is supported if the gpgme.h file is discovered. 2 | -------------------------------------------------------------------------------- /Source/Documentation/HOMEBREW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/HOMEBREW -------------------------------------------------------------------------------- /Source/Documentation/IPERF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/IPERF -------------------------------------------------------------------------------- /Source/Documentation/KDE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/KDE -------------------------------------------------------------------------------- /Source/Documentation/KEY_TYPES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/KEY_TYPES -------------------------------------------------------------------------------- /Source/Documentation/LIBGCRYPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/LIBGCRYPT -------------------------------------------------------------------------------- /Source/Documentation/MCELIECE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/MCELIECE -------------------------------------------------------------------------------- /Source/Documentation/MESSAGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/MESSAGES -------------------------------------------------------------------------------- /Source/Documentation/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/README -------------------------------------------------------------------------------- /Source/Documentation/REMINDERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/REMINDERS -------------------------------------------------------------------------------- /Source/Documentation/SOCAT: -------------------------------------------------------------------------------- 1 | Let's flood a server. 2 | 3 | socat file:/dev/urandom openssl-connect:IP:4710,verify=0 4 | -------------------------------------------------------------------------------- /Source/Documentation/SOUNDS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/SOUNDS -------------------------------------------------------------------------------- /Source/Documentation/SSH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/SSH -------------------------------------------------------------------------------- /Source/Documentation/TCP-Blat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Documentation/TCP-Blat -------------------------------------------------------------------------------- /Source/Documentation/WEBSOCKETS: -------------------------------------------------------------------------------- 1 | Qt 5.3.0 or newer is required. 2 | -------------------------------------------------------------------------------- /Source/GUI/spot-on-a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-a.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-b.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-b.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-buzzpage.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-buzzpage.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-buzzpage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-buzzpage.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-c.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-c.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-chatwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-chatwindow.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-d.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-d.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-defines.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-e.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-e.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-f.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-f.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-g.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-g.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-h.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-h.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-logviewer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-logviewer.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-logviewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-logviewer.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-pacify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-pacify.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-pageviewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-pageviewer.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-reencode.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-reencode.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-reencode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-reencode.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-rosetta.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-rosetta.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-rosetta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-rosetta.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-rss.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-rss.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-rss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-rss.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-smp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-smp.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-smp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-smp.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-smpwindow.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-smpwindow.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-smpwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-smpwindow.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-tabwidget.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-tabwidget.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-tabwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-tabwidget.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-textedit.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-textedit.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-textedit.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-urls.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-urls.cc -------------------------------------------------------------------------------- /Source/GUI/spot-on-utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-utilities.h -------------------------------------------------------------------------------- /Source/GUI/spot-on-woody.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on-woody.h -------------------------------------------------------------------------------- /Source/GUI/spot-on.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/GUI/spot-on.h -------------------------------------------------------------------------------- /Source/HTML/html.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/HTML/html.qrc -------------------------------------------------------------------------------- /Source/HTML/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/HTML/search.html -------------------------------------------------------------------------------- /Source/Icons/Archives/icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Archives/icons.qrc -------------------------------------------------------------------------------- /Source/Icons/Flags/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ae.png -------------------------------------------------------------------------------- /Source/Icons/Flags/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/af.png -------------------------------------------------------------------------------- /Source/Icons/Flags/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/al.png -------------------------------------------------------------------------------- /Source/Icons/Flags/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/am.png -------------------------------------------------------------------------------- /Source/Icons/Flags/an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/an.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ao.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ar.png -------------------------------------------------------------------------------- /Source/Icons/Flags/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/as.png -------------------------------------------------------------------------------- /Source/Icons/Flags/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/at.png -------------------------------------------------------------------------------- /Source/Icons/Flags/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/au.png -------------------------------------------------------------------------------- /Source/Icons/Flags/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/aw.png -------------------------------------------------------------------------------- /Source/Icons/Flags/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/az.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ba.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bb.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bd.png -------------------------------------------------------------------------------- /Source/Icons/Flags/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/be.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bf.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bh.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bi.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bj.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bl.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bm.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bo.png -------------------------------------------------------------------------------- /Source/Icons/Flags/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/br.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bs.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bt.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bw.png -------------------------------------------------------------------------------- /Source/Icons/Flags/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/by.png -------------------------------------------------------------------------------- /Source/Icons/Flags/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/bz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ca.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cd.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cf.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ch.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ci.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ck.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cl.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cm.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/co.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cs.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cu.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cv.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cy.png -------------------------------------------------------------------------------- /Source/Icons/Flags/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/cz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/de.png -------------------------------------------------------------------------------- /Source/Icons/Flags/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/dj.png -------------------------------------------------------------------------------- /Source/Icons/Flags/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/dk.png -------------------------------------------------------------------------------- /Source/Icons/Flags/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/do.png -------------------------------------------------------------------------------- /Source/Icons/Flags/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/dz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ec.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ee.png -------------------------------------------------------------------------------- /Source/Icons/Flags/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/eg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/er.png -------------------------------------------------------------------------------- /Source/Icons/Flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/es.png -------------------------------------------------------------------------------- /Source/Icons/Flags/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/et.png -------------------------------------------------------------------------------- /Source/Icons/Flags/eu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/eu.png -------------------------------------------------------------------------------- /Source/Icons/Flags/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/fi.png -------------------------------------------------------------------------------- /Source/Icons/Flags/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/fj.png -------------------------------------------------------------------------------- /Source/Icons/Flags/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/fo.png -------------------------------------------------------------------------------- /Source/Icons/Flags/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/fr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ga.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gb.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ge.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gh.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gi.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gl.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gp.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gq.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gt.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gu.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gw.png -------------------------------------------------------------------------------- /Source/Icons/Flags/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/gy.png -------------------------------------------------------------------------------- /Source/Icons/Flags/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/hk.png -------------------------------------------------------------------------------- /Source/Icons/Flags/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/hn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/hr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ht.png -------------------------------------------------------------------------------- /Source/Icons/Flags/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/hu.png -------------------------------------------------------------------------------- /Source/Icons/Flags/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/id.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ie.png -------------------------------------------------------------------------------- /Source/Icons/Flags/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/il.png -------------------------------------------------------------------------------- /Source/Icons/Flags/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/in.png -------------------------------------------------------------------------------- /Source/Icons/Flags/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/iq.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ir.png -------------------------------------------------------------------------------- /Source/Icons/Flags/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/is.png -------------------------------------------------------------------------------- /Source/Icons/Flags/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/it.png -------------------------------------------------------------------------------- /Source/Icons/Flags/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/jm.png -------------------------------------------------------------------------------- /Source/Icons/Flags/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/jo.png -------------------------------------------------------------------------------- /Source/Icons/Flags/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/jp.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ke.png -------------------------------------------------------------------------------- /Source/Icons/Flags/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/kg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/kh.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ki.png -------------------------------------------------------------------------------- /Source/Icons/Flags/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/km.png -------------------------------------------------------------------------------- /Source/Icons/Flags/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/kp.png -------------------------------------------------------------------------------- /Source/Icons/Flags/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/kr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/kw.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ky.png -------------------------------------------------------------------------------- /Source/Icons/Flags/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/kz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/la.png -------------------------------------------------------------------------------- /Source/Icons/Flags/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/lb.png -------------------------------------------------------------------------------- /Source/Icons/Flags/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/lc.png -------------------------------------------------------------------------------- /Source/Icons/Flags/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/li.png -------------------------------------------------------------------------------- /Source/Icons/Flags/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/lk.png -------------------------------------------------------------------------------- /Source/Icons/Flags/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/lr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ls.png -------------------------------------------------------------------------------- /Source/Icons/Flags/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/lt.png -------------------------------------------------------------------------------- /Source/Icons/Flags/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/lu.png -------------------------------------------------------------------------------- /Source/Icons/Flags/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/lv.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ly.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ma.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mc.png -------------------------------------------------------------------------------- /Source/Icons/Flags/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/md.png -------------------------------------------------------------------------------- /Source/Icons/Flags/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/me.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mh.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mk.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ml.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mm.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mo.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mp.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ms.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mt.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mu.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mx.png -------------------------------------------------------------------------------- /Source/Icons/Flags/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/my.png -------------------------------------------------------------------------------- /Source/Icons/Flags/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/mz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/na.png -------------------------------------------------------------------------------- /Source/Icons/Flags/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/nc.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ne.png -------------------------------------------------------------------------------- /Source/Icons/Flags/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/nf.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ng.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ni.png -------------------------------------------------------------------------------- /Source/Icons/Flags/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/nl.png -------------------------------------------------------------------------------- /Source/Icons/Flags/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/no.png -------------------------------------------------------------------------------- /Source/Icons/Flags/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/np.png -------------------------------------------------------------------------------- /Source/Icons/Flags/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/nr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/nz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/om.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pa.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pe.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pf.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ph.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pk.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pl.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pm.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/pt.png -------------------------------------------------------------------------------- /Source/Icons/Flags/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/py.png -------------------------------------------------------------------------------- /Source/Icons/Flags/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/qa.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ro.png -------------------------------------------------------------------------------- /Source/Icons/Flags/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/rs.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ru.png -------------------------------------------------------------------------------- /Source/Icons/Flags/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/rw.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sa.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sb.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sd.png -------------------------------------------------------------------------------- /Source/Icons/Flags/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/se.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/si.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sk.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sl.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sm.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/so.png -------------------------------------------------------------------------------- /Source/Icons/Flags/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/st.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sv.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sy.png -------------------------------------------------------------------------------- /Source/Icons/Flags/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/sz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tc.png -------------------------------------------------------------------------------- /Source/Icons/Flags/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/td.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/th.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tj.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/to.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tp.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tr.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tt.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tv.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tw.png -------------------------------------------------------------------------------- /Source/Icons/Flags/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/tz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ua.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ug.png -------------------------------------------------------------------------------- /Source/Icons/Flags/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/unknown.png -------------------------------------------------------------------------------- /Source/Icons/Flags/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/us.png -------------------------------------------------------------------------------- /Source/Icons/Flags/uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/uy.png -------------------------------------------------------------------------------- /Source/Icons/Flags/uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/uz.png -------------------------------------------------------------------------------- /Source/Icons/Flags/va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/va.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ve.png -------------------------------------------------------------------------------- /Source/Icons/Flags/vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/vg.png -------------------------------------------------------------------------------- /Source/Icons/Flags/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/vi.png -------------------------------------------------------------------------------- /Source/Icons/Flags/vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/vn.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ws.png -------------------------------------------------------------------------------- /Source/Icons/Flags/ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/ye.png -------------------------------------------------------------------------------- /Source/Icons/Flags/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/yt.png -------------------------------------------------------------------------------- /Source/Icons/Flags/yu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/yu.png -------------------------------------------------------------------------------- /Source/Icons/Flags/za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/za.png -------------------------------------------------------------------------------- /Source/Icons/Flags/zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/zm.png -------------------------------------------------------------------------------- /Source/Icons/Flags/zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Flags/zw.png -------------------------------------------------------------------------------- /Source/Icons/Logo/poptastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/Logo/poptastic.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/bad.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/cake.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/doc.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/good.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/kiss.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/rose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/rose.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/sad.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/star.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/sun.png -------------------------------------------------------------------------------- /Source/Icons/emoticons/wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/emoticons/wink.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/add.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/away.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/busy.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/buzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/buzz.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/chat.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/clear.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/copy.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/down.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/email.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/heart.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/icons.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/inbox.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/key.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/lock.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/ok.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/quit.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/read.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/reply.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/share.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/up.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/urls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/urls.png -------------------------------------------------------------------------------- /Source/Icons/everaldo/write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/everaldo/write.png -------------------------------------------------------------------------------- /Source/Icons/generic/AE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/generic/AE.png -------------------------------------------------------------------------------- /Source/Icons/generic/attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/generic/attach.png -------------------------------------------------------------------------------- /Source/Icons/generic/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/generic/down.png -------------------------------------------------------------------------------- /Source/Icons/generic/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/generic/menu.png -------------------------------------------------------------------------------- /Source/Icons/generic/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/generic/rss.png -------------------------------------------------------------------------------- /Source/Icons/generic/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/generic/up.png -------------------------------------------------------------------------------- /Source/Icons/icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/icons.qrc -------------------------------------------------------------------------------- /Source/Icons/meego/activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/activate.png -------------------------------------------------------------------------------- /Source/Icons/meego/add-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/add-url.png -------------------------------------------------------------------------------- /Source/Icons/meego/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/add.png -------------------------------------------------------------------------------- /Source/Icons/meego/away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/away.png -------------------------------------------------------------------------------- /Source/Icons/meego/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/busy.png -------------------------------------------------------------------------------- /Source/Icons/meego/buzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/buzz.png -------------------------------------------------------------------------------- /Source/Icons/meego/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/chat.png -------------------------------------------------------------------------------- /Source/Icons/meego/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/clear.png -------------------------------------------------------------------------------- /Source/Icons/meego/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/connect.png -------------------------------------------------------------------------------- /Source/Icons/meego/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/copy.png -------------------------------------------------------------------------------- /Source/Icons/meego/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/database.png -------------------------------------------------------------------------------- /Source/Icons/meego/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/delete.png -------------------------------------------------------------------------------- /Source/Icons/meego/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/down.png -------------------------------------------------------------------------------- /Source/Icons/meego/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/email.png -------------------------------------------------------------------------------- /Source/Icons/meego/gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/gemini.png -------------------------------------------------------------------------------- /Source/Icons/meego/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/heart.png -------------------------------------------------------------------------------- /Source/Icons/meego/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/icons.png -------------------------------------------------------------------------------- /Source/Icons/meego/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/inbox.png -------------------------------------------------------------------------------- /Source/Icons/meego/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/key.png -------------------------------------------------------------------------------- /Source/Icons/meego/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/lock.png -------------------------------------------------------------------------------- /Source/Icons/meego/magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/magnet.png -------------------------------------------------------------------------------- /Source/Icons/meego/melodica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/melodica.png -------------------------------------------------------------------------------- /Source/Icons/meego/modify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/modify.png -------------------------------------------------------------------------------- /Source/Icons/meego/offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/offline.png -------------------------------------------------------------------------------- /Source/Icons/meego/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/ok.png -------------------------------------------------------------------------------- /Source/Icons/meego/online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/online.png -------------------------------------------------------------------------------- /Source/Icons/meego/outbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/outbox.png -------------------------------------------------------------------------------- /Source/Icons/meego/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/quit.png -------------------------------------------------------------------------------- /Source/Icons/meego/read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/read.png -------------------------------------------------------------------------------- /Source/Icons/meego/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/refresh.png -------------------------------------------------------------------------------- /Source/Icons/meego/repleo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/repleo.png -------------------------------------------------------------------------------- /Source/Icons/meego/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/reply.png -------------------------------------------------------------------------------- /Source/Icons/meego/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/search.png -------------------------------------------------------------------------------- /Source/Icons/meego/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/server.png -------------------------------------------------------------------------------- /Source/Icons/meego/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/settings.png -------------------------------------------------------------------------------- /Source/Icons/meego/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/share.png -------------------------------------------------------------------------------- /Source/Icons/meego/starbeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/starbeam.png -------------------------------------------------------------------------------- /Source/Icons/meego/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/up.png -------------------------------------------------------------------------------- /Source/Icons/meego/urls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/urls.png -------------------------------------------------------------------------------- /Source/Icons/meego/write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/meego/write.png -------------------------------------------------------------------------------- /Source/Icons/nouve/activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/activate.png -------------------------------------------------------------------------------- /Source/Icons/nouve/add-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/add-url.png -------------------------------------------------------------------------------- /Source/Icons/nouve/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/add.png -------------------------------------------------------------------------------- /Source/Icons/nouve/away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/away.png -------------------------------------------------------------------------------- /Source/Icons/nouve/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/busy.png -------------------------------------------------------------------------------- /Source/Icons/nouve/buzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/buzz.png -------------------------------------------------------------------------------- /Source/Icons/nouve/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/chat.png -------------------------------------------------------------------------------- /Source/Icons/nouve/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/clear.png -------------------------------------------------------------------------------- /Source/Icons/nouve/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/connect.png -------------------------------------------------------------------------------- /Source/Icons/nouve/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/copy.png -------------------------------------------------------------------------------- /Source/Icons/nouve/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/database.png -------------------------------------------------------------------------------- /Source/Icons/nouve/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/delete.png -------------------------------------------------------------------------------- /Source/Icons/nouve/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/down.png -------------------------------------------------------------------------------- /Source/Icons/nouve/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/email.png -------------------------------------------------------------------------------- /Source/Icons/nouve/gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/gemini.png -------------------------------------------------------------------------------- /Source/Icons/nouve/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/heart.png -------------------------------------------------------------------------------- /Source/Icons/nouve/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/icons.png -------------------------------------------------------------------------------- /Source/Icons/nouve/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/inbox.png -------------------------------------------------------------------------------- /Source/Icons/nouve/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/key.png -------------------------------------------------------------------------------- /Source/Icons/nouve/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/lock.png -------------------------------------------------------------------------------- /Source/Icons/nouve/magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/magnet.png -------------------------------------------------------------------------------- /Source/Icons/nouve/melodica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/melodica.png -------------------------------------------------------------------------------- /Source/Icons/nouve/modify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/modify.png -------------------------------------------------------------------------------- /Source/Icons/nouve/offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/offline.png -------------------------------------------------------------------------------- /Source/Icons/nouve/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/ok.png -------------------------------------------------------------------------------- /Source/Icons/nouve/online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/online.png -------------------------------------------------------------------------------- /Source/Icons/nouve/outbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/outbox.png -------------------------------------------------------------------------------- /Source/Icons/nouve/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/quit.png -------------------------------------------------------------------------------- /Source/Icons/nouve/read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/read.png -------------------------------------------------------------------------------- /Source/Icons/nouve/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/refresh.png -------------------------------------------------------------------------------- /Source/Icons/nouve/repleo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/repleo.png -------------------------------------------------------------------------------- /Source/Icons/nouve/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/reply.png -------------------------------------------------------------------------------- /Source/Icons/nouve/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/search.png -------------------------------------------------------------------------------- /Source/Icons/nouve/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/server.png -------------------------------------------------------------------------------- /Source/Icons/nouve/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/settings.png -------------------------------------------------------------------------------- /Source/Icons/nouve/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/share.png -------------------------------------------------------------------------------- /Source/Icons/nouve/starbeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/starbeam.png -------------------------------------------------------------------------------- /Source/Icons/nouve/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/up.png -------------------------------------------------------------------------------- /Source/Icons/nouve/urls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/urls.png -------------------------------------------------------------------------------- /Source/Icons/nouve/write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nouve/write.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/add-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/add-url.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/add.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/away.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/busy.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/buzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/buzz.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/chat.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/clear.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/connect.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/copy.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/delete.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/down.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/email.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/gemini.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/heart.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/icons.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/inbox.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/key.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/lock.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/magnet.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/modify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/modify.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/offline.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/ok.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/online.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/outbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/outbox.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/quit.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/read.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/refresh.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/repleo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/repleo.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/reply.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/search.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/server.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/share.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/up.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/urls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/urls.png -------------------------------------------------------------------------------- /Source/Icons/nuvola/write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/nuvola/write.png -------------------------------------------------------------------------------- /Source/Icons/wizard/kernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/wizard/kernel.png -------------------------------------------------------------------------------- /Source/Icons/wizard/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/wizard/key.png -------------------------------------------------------------------------------- /Source/Icons/wizard/urls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Icons/wizard/urls.png -------------------------------------------------------------------------------- /Source/Kernel/spot-on-kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Kernel/spot-on-kernel.h -------------------------------------------------------------------------------- /Source/Kernel/spot-on-mailer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Kernel/spot-on-mailer.cc -------------------------------------------------------------------------------- /Source/Kernel/spot-on-mailer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Kernel/spot-on-mailer.h -------------------------------------------------------------------------------- /Source/Kernel/spot-on-rss.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Kernel/spot-on-rss.cc -------------------------------------------------------------------------------- /Source/Kernel/spot-on-rss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Kernel/spot-on-rss.h -------------------------------------------------------------------------------- /Source/Qt/qt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Qt/qt.conf -------------------------------------------------------------------------------- /Source/SQL/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/SQL/README -------------------------------------------------------------------------------- /Source/SQL/README.copies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/SQL/README.copies -------------------------------------------------------------------------------- /Source/Shell/spot-on-git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Shell/spot-on-git.sh -------------------------------------------------------------------------------- /Source/Shell/spot-on-kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Shell/spot-on-kernel.sh -------------------------------------------------------------------------------- /Source/Shell/spot-on.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Shell/spot-on.sh -------------------------------------------------------------------------------- /Source/Sounds/buzz.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Sounds/buzz.wav -------------------------------------------------------------------------------- /Source/Sounds/echo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Sounds/echo.wav -------------------------------------------------------------------------------- /Source/Sounds/login.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Sounds/login.wav -------------------------------------------------------------------------------- /Source/Sounds/receive.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Sounds/receive.wav -------------------------------------------------------------------------------- /Source/Sounds/send.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Sounds/send.wav -------------------------------------------------------------------------------- /Source/Tools/html2spell.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Tools/html2spell.bash -------------------------------------------------------------------------------- /Source/Translations/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/Translations/README -------------------------------------------------------------------------------- /Source/UI/spot-on-buzzpage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-buzzpage.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-chatwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-chatwindow.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-goldbug.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-goldbug.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-keyboard.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-keyboard.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-logviewer.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-logviewer.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-options.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-options.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-pageviewer.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-pageviewer.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-rosetta.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-rosetta.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-rss.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-rss.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-smpwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-smpwindow.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-statusbar.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-statusbar.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-unlock.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-unlock.ui -------------------------------------------------------------------------------- /Source/UI/spot-on-wizard.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/UI/spot-on-wizard.ui -------------------------------------------------------------------------------- /Source/VERSIONS: -------------------------------------------------------------------------------- 1 | Please consider spot-on-version.sh. 2 | -------------------------------------------------------------------------------- /Source/spot-on-gui-source.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-gui-source.pro -------------------------------------------------------------------------------- /Source/spot-on-gui.arm.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-gui.arm.pro -------------------------------------------------------------------------------- /Source/spot-on-gui.freebsd.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-gui.freebsd.pro -------------------------------------------------------------------------------- /Source/spot-on-gui.macos.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-gui.macos.pro -------------------------------------------------------------------------------- /Source/spot-on-gui.powerpc.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-gui.powerpc.pro -------------------------------------------------------------------------------- /Source/spot-on-gui.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-gui.pro -------------------------------------------------------------------------------- /Source/spot-on-gui.windows.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-gui.windows.pro -------------------------------------------------------------------------------- /Source/spot-on-version.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on-version.bash -------------------------------------------------------------------------------- /Source/spot-on.arm.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on.arm.pro -------------------------------------------------------------------------------- /Source/spot-on.freebsd.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on.freebsd.pro -------------------------------------------------------------------------------- /Source/spot-on.macos.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on.macos.pro -------------------------------------------------------------------------------- /Source/spot-on.powerpc.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on.powerpc.pro -------------------------------------------------------------------------------- /Source/spot-on.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on.pro -------------------------------------------------------------------------------- /Source/spot-on.windows.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/Source/spot-on.windows.pro -------------------------------------------------------------------------------- /libGPGME/Include.win64/gpgme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libGPGME/Include.win64/gpgme.h -------------------------------------------------------------------------------- /libNTL/README: -------------------------------------------------------------------------------- 1 | C++ exceptions must be enabled! Please see NTL_EXCEPTIONS in DoConfig. 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/README -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2E.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2E.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2E.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2E.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2EX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2EX.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2X.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2X.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2X.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2X.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/GF2XVec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/GF2XVec.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/HNF.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/HNF.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/HNF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/HNF.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/LLL.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/LLL.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/LLL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/LLL.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/Lazy.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/Lazy.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/Lazy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/Lazy.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/LazyTable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/LazyTable.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/RR.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/RR.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/RR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/RR.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/SmartPtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/SmartPtr.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/TFT-time.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/TFT-time.jpg -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZVec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZVec.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZX.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZX.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZX.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ_limbs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ_limbs.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ_p.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ_p.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ_p.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ_p.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ_pE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ_pE.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ_pEX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ_pEX.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/ZZ_pX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/ZZ_pX.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/arrow1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/arrow1.gif -------------------------------------------------------------------------------- /libNTL/unix.d/doc/arrow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/arrow2.gif -------------------------------------------------------------------------------- /libNTL/unix.d/doc/arrow3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/arrow3.gif -------------------------------------------------------------------------------- /libNTL/unix.d/doc/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/config.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/copying.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/copying.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/flags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/flags.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/flintrat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/flintrat.jpg -------------------------------------------------------------------------------- /libNTL/unix.d/doc/lzz_p.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/lzz_p.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/lzz_pE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/lzz_pE.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/lzz_pEX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/lzz_pEX.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/lzz_pX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/lzz_pX.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/mat_GF2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/mat_GF2.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/mat_GF2E.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/mat_GF2E.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/mat_RR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/mat_RR.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/mat_ZZ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/mat_ZZ.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/mat_ZZ_p.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/mat_ZZ_p.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/mat_ZZ_pE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/mat_ZZ_pE.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/mat_lzz_p.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/mat_lzz_p.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/matrix.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/names.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/pair.cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/pair.cpp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/pair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/pair.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/sedscript.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/sedscript.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tools.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ack.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ex1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ex1.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ex2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ex2.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ex3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ex3.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ex4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ex4.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ex5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ex5.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ex6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ex6.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-ex7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-ex7.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-gmp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-gmp.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour-win.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour-win.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/tour.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/tour.html -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vec_GF2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vec_GF2.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vec_GF2E.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vec_GF2E.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vec_RR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vec_RR.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vec_ZZ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vec_ZZ.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vec_ZZ_p.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vec_ZZ_p.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vec_ZZ_pE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vec_ZZ_pE.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vec_lzz_p.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vec_lzz_p.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/vector.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/vector.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/version.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/xdouble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/xdouble.txt -------------------------------------------------------------------------------- /libNTL/unix.d/doc/zmulrat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/doc/zmulrat.jpg -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/FFT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/FFT.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/GF2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/GF2.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HAVE_AVX.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HAVE_AVX2.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HAVE_AVX512F.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HAVE_FMA.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HAVE_MACOS_TIME.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HAVE_PCLMUL.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HAVE_SSSE3.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/HNF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/HNF.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/LLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/LLL.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/PD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/PD.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/PackageInfo.h: -------------------------------------------------------------------------------- 1 | #define NTL_PACKAGE (1) 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/RR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/RR.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/ZZ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/ZZ.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/ZZX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/ZZX.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/lip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/lip.h -------------------------------------------------------------------------------- /libNTL/unix.d/include/NTL/new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/include/NTL/new.h -------------------------------------------------------------------------------- /libNTL/unix.d/src/CanZassTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/CanZassTestIn -------------------------------------------------------------------------------- /libNTL/unix.d/src/CheckAVX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/CheckAVX.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/CheckAVX2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/CheckAVX2.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/CheckCompile.cpp: -------------------------------------------------------------------------------- 1 | 2 | int main() { return 0; } 3 | -------------------------------------------------------------------------------- /libNTL/unix.d/src/CheckFMA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/CheckFMA.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/CopyFeatures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/CopyFeatures -------------------------------------------------------------------------------- /libNTL/unix.d/src/DIRNAME: -------------------------------------------------------------------------------- 1 | ntl-11.5.1 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/src/DoConfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/DoConfig -------------------------------------------------------------------------------- /libNTL/unix.d/src/FFT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/FFT.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/FacVec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/FacVec.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2E.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2EX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2EX.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2EXTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2EXTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2X.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2X.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2X1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2X1.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2XTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2XTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GF2XVec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GF2XVec.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/G_LLL_FP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/G_LLL_FP.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/G_LLL_QP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/G_LLL_QP.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/G_LLL_RR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/G_LLL_RR.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/G_LLL_XD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/G_LLL_XD.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GetPID1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GetPID1.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GetPID2.cpp: -------------------------------------------------------------------------------- 1 | 2 | unsigned long _ntl_GetPID() 3 | { 4 | return 0; 5 | } 6 | 7 | -------------------------------------------------------------------------------- /libNTL/unix.d/src/GetTime0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GetTime0.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GetTime1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GetTime1.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GetTime2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GetTime2.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GetTime3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GetTime3.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/GetTime4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/GetTime4.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/HNF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/HNF.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLL.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLLTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLLTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLLTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLLTestIn -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLLTestOut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLLTestOut -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLL_FP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLL_FP.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLL_QP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLL_QP.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLL_RR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLL_RR.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/LLL_XD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/LLL_XD.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/MakeDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/MakeDesc.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/MakeGetPID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/MakeGetPID -------------------------------------------------------------------------------- /libNTL/unix.d/src/MakeGetTime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/MakeGetTime -------------------------------------------------------------------------------- /libNTL/unix.d/src/MatPrime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/MatPrime.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/MatrixTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/MatrixTestIn -------------------------------------------------------------------------------- /libNTL/unix.d/src/MatrixTestOut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/MatrixTestOut -------------------------------------------------------------------------------- /libNTL/unix.d/src/MoreFacTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/MoreFacTestIn -------------------------------------------------------------------------------- /libNTL/unix.d/src/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/NOTES -------------------------------------------------------------------------------- /libNTL/unix.d/src/QuadTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/QuadTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/QuadTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/QuadTestIn -------------------------------------------------------------------------------- /libNTL/unix.d/src/QuadTestOut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/QuadTestOut -------------------------------------------------------------------------------- /libNTL/unix.d/src/QuickTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/QuickTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/RR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/RR.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/RRTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/RRTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/RRTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/RRTestIn -------------------------------------------------------------------------------- /libNTL/unix.d/src/RRTestOut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/RRTestOut -------------------------------------------------------------------------------- /libNTL/unix.d/src/RemoveProg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/RemoveProg -------------------------------------------------------------------------------- /libNTL/unix.d/src/ResetFeatures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ResetFeatures -------------------------------------------------------------------------------- /libNTL/unix.d/src/SSMulTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/SSMulTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/TestScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/TestScript -------------------------------------------------------------------------------- /libNTL/unix.d/src/Timing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/Timing.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/VERSION_INFO: -------------------------------------------------------------------------------- 1 | 44:1:0 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/src/WINDIR: -------------------------------------------------------------------------------- 1 | WinNTL-11_5_1 2 | -------------------------------------------------------------------------------- /libNTL/unix.d/src/Wizard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/Wizard -------------------------------------------------------------------------------- /libNTL/unix.d/src/WizardAux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/WizardAux -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZ.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZVec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZVec.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZX.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZX1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZX1.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZXFacTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZXFacTestIn -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZXFacTestOut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZXFacTestOut -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZ_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZ_p.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZ_pE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZ_pE.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZ_pEX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZ_pEX.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZ_pX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZ_pX.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZ_pX1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZ_pX1.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ZZ_pXTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ZZ_pXTest.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/cfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/cfile -------------------------------------------------------------------------------- /libNTL/unix.d/src/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/configure -------------------------------------------------------------------------------- /libNTL/unix.d/src/ctools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ctools.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/dosify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/dosify -------------------------------------------------------------------------------- /libNTL/unix.d/src/fileio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/fileio.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/libtool-origin/Makefile.am: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libNTL/unix.d/src/libtool-seed/Makefile.am: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libNTL/unix.d/src/lip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/lip.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/lzz_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/lzz_p.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/lzz_pE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/lzz_pE.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/lzz_pEX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/lzz_pEX.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/lzz_pX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/lzz_pX.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/lzz_pX1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/lzz_pX1.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mach_desc.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mach_desc.win -------------------------------------------------------------------------------- /libNTL/unix.d/src/mat_GF2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mat_GF2.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mat_GF2E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mat_GF2E.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mat_RR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mat_RR.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mat_ZZ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mat_ZZ.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mat_ZZ_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mat_ZZ_p.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mat_ZZ_pE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mat_ZZ_pE.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mat_lzz_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mat_lzz_p.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/mfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/mfile -------------------------------------------------------------------------------- /libNTL/unix.d/src/newnames.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/newnames.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/pd_FFT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/pd_FFT.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/ppscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/ppscript -------------------------------------------------------------------------------- /libNTL/unix.d/src/subset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/subset.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/thread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/thread.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/tools.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/unixify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/unixify -------------------------------------------------------------------------------- /libNTL/unix.d/src/vec_GF2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/vec_GF2.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/vec_GF2E.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/vec_GF2E.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/vec_RR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/vec_RR.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/vec_ZZ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/vec_ZZ.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/vec_ZZ_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/vec_ZZ_p.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/vec_ZZ_pE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/vec_ZZ_pE.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/vec_lzz_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/vec_lzz_p.cpp -------------------------------------------------------------------------------- /libNTL/unix.d/src/xdouble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/unix.d/src/xdouble.cpp -------------------------------------------------------------------------------- /libNTL/windows.d/include/NTL/HAVE_AVX.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/windows.d/include/NTL/HAVE_FMA.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libNTL/windows.d/include/NTL/config_log.h: -------------------------------------------------------------------------------- 1 | // generated by ./configure 2 | // CXXAUTOFLAGS="" 3 | -------------------------------------------------------------------------------- /libNTL/windows.d/include/NTL/gmp_aux.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libNTL/windows.d/src/CheckAVX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/CheckAVX.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/CheckCLZLAux.c: -------------------------------------------------------------------------------- 1 | 2 | void touch(unsigned long& x) { } 3 | -------------------------------------------------------------------------------- /libNTL/windows.d/src/CheckCompile.c: -------------------------------------------------------------------------------- 1 | 2 | int main() { return 0; } 3 | -------------------------------------------------------------------------------- /libNTL/windows.d/src/CheckFMA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/CheckFMA.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/CheckLL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/CheckLL.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/DIRNAME: -------------------------------------------------------------------------------- 1 | ntl-9.10.0 2 | -------------------------------------------------------------------------------- /libNTL/windows.d/src/DoConfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/DoConfig -------------------------------------------------------------------------------- /libNTL/windows.d/src/FFT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/FFT.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/FacVec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/FacVec.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GF2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GF2.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GF2E.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GF2E.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GF2EX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GF2EX.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GF2X.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GF2X.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GF2X1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GF2X1.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GF2XTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GF2XTest.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GF2XVec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GF2XVec.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/G_LLL_FP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/G_LLL_FP.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/G_LLL_QP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/G_LLL_QP.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/G_LLL_RR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/G_LLL_RR.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/G_LLL_XD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/G_LLL_XD.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetPID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetPID.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetPID1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetPID1.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetPID2.c: -------------------------------------------------------------------------------- 1 | 2 | unsigned long _ntl_GetPID() 3 | { 4 | return 0; 5 | } 6 | 7 | -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetTime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetTime.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetTime0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetTime0.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetTime1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetTime1.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetTime2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetTime2.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetTime3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetTime3.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/GetTime4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/GetTime4.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/HNF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/HNF.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLL.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLLTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLLTest.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLLTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLLTestIn -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLLTestOut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLLTestOut -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLL_FP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLL_FP.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLL_QP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLL_QP.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLL_RR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLL_RR.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/LLL_XD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/LLL_XD.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/MakeDesc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/MakeDesc.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/MakeGetPID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/MakeGetPID -------------------------------------------------------------------------------- /libNTL/windows.d/src/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/NOTES -------------------------------------------------------------------------------- /libNTL/windows.d/src/QuadTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/QuadTest.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/QuadTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/QuadTestIn -------------------------------------------------------------------------------- /libNTL/windows.d/src/RR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/RR.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/RRTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/RRTest.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/RRTestIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/RRTestIn -------------------------------------------------------------------------------- /libNTL/windows.d/src/RRTestOut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/RRTestOut -------------------------------------------------------------------------------- /libNTL/windows.d/src/RemoveProg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/RemoveProg -------------------------------------------------------------------------------- /libNTL/windows.d/src/TestScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/TestScript -------------------------------------------------------------------------------- /libNTL/windows.d/src/Timing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/Timing.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/VERSION_INFO: -------------------------------------------------------------------------------- 1 | 28:0:0 2 | -------------------------------------------------------------------------------- /libNTL/windows.d/src/WINDIR: -------------------------------------------------------------------------------- 1 | WinNTL-9_10_0 2 | -------------------------------------------------------------------------------- /libNTL/windows.d/src/Wizard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/Wizard -------------------------------------------------------------------------------- /libNTL/windows.d/src/WizardAux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/WizardAux -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZ.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZVec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZVec.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZX.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZX1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZX1.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZ_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZ_p.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZ_pE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZ_pE.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZ_pEX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZ_pEX.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZ_pX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZ_pX.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ZZ_pX1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ZZ_pX1.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/cfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/cfile -------------------------------------------------------------------------------- /libNTL/windows.d/src/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/configure -------------------------------------------------------------------------------- /libNTL/windows.d/src/ctools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ctools.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/dosify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/dosify -------------------------------------------------------------------------------- /libNTL/windows.d/src/fileio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/fileio.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/lip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/lip.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/lzz_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/lzz_p.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/lzz_pE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/lzz_pE.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/lzz_pEX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/lzz_pEX.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/lzz_pX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/lzz_pX.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/lzz_pX1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/lzz_pX1.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/makefile -------------------------------------------------------------------------------- /libNTL/windows.d/src/mat_GF2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/mat_GF2.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/mat_GF2E.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/mat_GF2E.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/mat_RR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/mat_RR.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/mat_ZZ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/mat_ZZ.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/mat_ZZ_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/mat_ZZ_p.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/mfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/mfile -------------------------------------------------------------------------------- /libNTL/windows.d/src/newnames.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/newnames.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/ppscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/ppscript -------------------------------------------------------------------------------- /libNTL/windows.d/src/subset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/subset.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/thread.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/tools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/tools.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/unixify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/unixify -------------------------------------------------------------------------------- /libNTL/windows.d/src/vec_GF2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/vec_GF2.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/vec_GF2E.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/vec_GF2E.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/vec_RR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/vec_RR.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/vec_ZZ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/vec_ZZ.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/vec_ZZ_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/vec_ZZ_p.c -------------------------------------------------------------------------------- /libNTL/windows.d/src/xdouble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTL/windows.d/src/xdouble.c -------------------------------------------------------------------------------- /libNTRU/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/LICENSE -------------------------------------------------------------------------------- /libNTRU/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/Makefile -------------------------------------------------------------------------------- /libNTRU/Makefile.bsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/Makefile.bsd -------------------------------------------------------------------------------- /libNTRU/Makefile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/Makefile.linux -------------------------------------------------------------------------------- /libNTRU/Makefile.macos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/Makefile.macos -------------------------------------------------------------------------------- /libNTRU/Makefile.os2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/Makefile.os2 -------------------------------------------------------------------------------- /libNTRU/Makefile.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/Makefile.win -------------------------------------------------------------------------------- /libNTRU/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/PATENTS -------------------------------------------------------------------------------- /libNTRU/README: -------------------------------------------------------------------------------- 1 | The NTRU source was gathered from 2 | https://github.com/tbuktu/libntru. 3 | -------------------------------------------------------------------------------- /libNTRU/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/README.md -------------------------------------------------------------------------------- /libNTRU/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/changelog -------------------------------------------------------------------------------- /libNTRU/src/arith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/arith.c -------------------------------------------------------------------------------- /libNTRU/src/arith.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/arith.h -------------------------------------------------------------------------------- /libNTRU/src/bench.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/bench.c -------------------------------------------------------------------------------- /libNTRU/src/bitstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/bitstring.c -------------------------------------------------------------------------------- /libNTRU/src/bitstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/bitstring.h -------------------------------------------------------------------------------- /libNTRU/src/encparams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/encparams.c -------------------------------------------------------------------------------- /libNTRU/src/encparams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/encparams.h -------------------------------------------------------------------------------- /libNTRU/src/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/err.h -------------------------------------------------------------------------------- /libNTRU/src/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/hash.c -------------------------------------------------------------------------------- /libNTRU/src/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/hash.h -------------------------------------------------------------------------------- /libNTRU/src/hash_simd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/hash_simd.c -------------------------------------------------------------------------------- /libNTRU/src/hash_simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/hash_simd.h -------------------------------------------------------------------------------- /libNTRU/src/hybrid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/hybrid.c -------------------------------------------------------------------------------- /libNTRU/src/idxgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/idxgen.c -------------------------------------------------------------------------------- /libNTRU/src/idxgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/idxgen.h -------------------------------------------------------------------------------- /libNTRU/src/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/key.c -------------------------------------------------------------------------------- /libNTRU/src/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/key.h -------------------------------------------------------------------------------- /libNTRU/src/md_helper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/md_helper.c -------------------------------------------------------------------------------- /libNTRU/src/md_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/md_helper.h -------------------------------------------------------------------------------- /libNTRU/src/mgf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/mgf.c -------------------------------------------------------------------------------- /libNTRU/src/mgf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/mgf.h -------------------------------------------------------------------------------- /libNTRU/src/nist_aes_rijndael.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/nist_aes_rijndael.h -------------------------------------------------------------------------------- /libNTRU/src/nist_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/nist_config.h -------------------------------------------------------------------------------- /libNTRU/src/nist_ctr_drbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/nist_ctr_drbg.c -------------------------------------------------------------------------------- /libNTRU/src/nist_ctr_drbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/nist_ctr_drbg.h -------------------------------------------------------------------------------- /libNTRU/src/ntru.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/ntru.c -------------------------------------------------------------------------------- /libNTRU/src/ntru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/ntru.h -------------------------------------------------------------------------------- /libNTRU/src/ntru_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/ntru_endian.h -------------------------------------------------------------------------------- /libNTRU/src/poly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/poly.c -------------------------------------------------------------------------------- /libNTRU/src/poly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/poly.h -------------------------------------------------------------------------------- /libNTRU/src/poly_avx2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/poly_avx2.c -------------------------------------------------------------------------------- /libNTRU/src/poly_avx2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/poly_avx2.h -------------------------------------------------------------------------------- /libNTRU/src/poly_ssse3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/poly_ssse3.c -------------------------------------------------------------------------------- /libNTRU/src/poly_ssse3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/poly_ssse3.h -------------------------------------------------------------------------------- /libNTRU/src/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/rand.c -------------------------------------------------------------------------------- /libNTRU/src/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/rand.h -------------------------------------------------------------------------------- /libNTRU/src/rijndael-alg-fst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/rijndael-alg-fst.c -------------------------------------------------------------------------------- /libNTRU/src/rijndael-alg-fst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/rijndael-alg-fst.h -------------------------------------------------------------------------------- /libNTRU/src/rijndael.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/rijndael.c -------------------------------------------------------------------------------- /libNTRU/src/rijndael.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/rijndael.h -------------------------------------------------------------------------------- /libNTRU/src/rijndael_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/rijndael_local.h -------------------------------------------------------------------------------- /libNTRU/src/sha1-mb-x86_64.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/sha1-mb-x86_64.pl -------------------------------------------------------------------------------- /libNTRU/src/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/sha1.c -------------------------------------------------------------------------------- /libNTRU/src/sha2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/sha2.c -------------------------------------------------------------------------------- /libNTRU/src/sha256-mb-x86_64.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/sha256-mb-x86_64.pl -------------------------------------------------------------------------------- /libNTRU/src/sph_sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/sph_sha1.h -------------------------------------------------------------------------------- /libNTRU/src/sph_sha2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/sph_sha2.h -------------------------------------------------------------------------------- /libNTRU/src/sph_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/sph_types.h -------------------------------------------------------------------------------- /libNTRU/src/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/types.h -------------------------------------------------------------------------------- /libNTRU/src/x86_64-xlate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/src/x86_64-xlate.pl -------------------------------------------------------------------------------- /libNTRU/tests/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test.c -------------------------------------------------------------------------------- /libNTRU/tests/test_bitstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_bitstring.c -------------------------------------------------------------------------------- /libNTRU/tests/test_bitstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_bitstring.h -------------------------------------------------------------------------------- /libNTRU/tests/test_hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_hash.c -------------------------------------------------------------------------------- /libNTRU/tests/test_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_hash.h -------------------------------------------------------------------------------- /libNTRU/tests/test_idxgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_idxgen.c -------------------------------------------------------------------------------- /libNTRU/tests/test_idxgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_idxgen.h -------------------------------------------------------------------------------- /libNTRU/tests/test_key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_key.c -------------------------------------------------------------------------------- /libNTRU/tests/test_key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_key.h -------------------------------------------------------------------------------- /libNTRU/tests/test_ntru.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_ntru.c -------------------------------------------------------------------------------- /libNTRU/tests/test_ntru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_ntru.h -------------------------------------------------------------------------------- /libNTRU/tests/test_ntruprime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_ntruprime.c -------------------------------------------------------------------------------- /libNTRU/tests/test_ntruprime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_ntruprime.h -------------------------------------------------------------------------------- /libNTRU/tests/test_poly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_poly.c -------------------------------------------------------------------------------- /libNTRU/tests/test_poly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_poly.h -------------------------------------------------------------------------------- /libNTRU/tests/test_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_util.c -------------------------------------------------------------------------------- /libNTRU/tests/test_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textbrowser/spot-on/HEAD/libNTRU/tests/test_util.h --------------------------------------------------------------------------------