Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
Fido2Applet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alan
Fido2Applet
Commits
3dd516f9
An error occurred while fetching merge requests data.
Commit
3dd516f9
authored
1 year ago
by
Josh Ji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
25d84d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
README.md
README.md
+24
-0
No files found.
README.md
View file @
3dd516f9
...
...
@@ -4,6 +4,30 @@ add gradle plugin into fido u2f applet from [vk_u2f](https://github.com/VivoKey/
## dependency
[
passport applet
](
https://git.prlab.io/joshji/PassportAppletWithGradlePlugin
)
## build.gradle
```
groovy
javacard
{
config
{
debugGpPro
true
jckit
jcdk_dir
cap
{
.
.
.
dependencies
{
local
{
// 這邊的路徑建議用絕對路徑,用相對路徑gradle找得到,但build的時候找不到
exps
'C:\\Users\\josh2\\Documents\\GitLab\\EID\\Fido2Applet\\lib\\javacard\\applet.exp'
jar
'C:\\Users\\josh2\\Documents\\GitLab\\EID\\Fido2Applet\\lib\\javacard\\applet.exp\\passport.jar'
}
}
}
}
.
.
.
}
```
## branch
```
v2 -> hkdf_chain
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment