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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user