ADD: @micolous random nonce, adjusted to fit in. Icemanfork only uses Moebius attack, so no need for an extra parameter in client.

ref: https://github.com/Proxmark/proxmark3/pull/209
This commit is contained in:
iceman1001
2017-01-26 14:21:51 +01:00
parent 6c3795a315
commit bf5d7992ce
8 changed files with 90 additions and 28 deletions

View File

@@ -1,14 +1,15 @@
os: Windows Server 2012
platform: x64
platform: mingw
qt: mingw492_32
branches:
only:
- master
install:
- cinst make
- cinst mingw
- set QTDIR=C:\Qt\5.5\mingw492_32
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
before_build:
- make clean