Skip to content

Commit b192ccc

Browse files
committed
Update to latest tweetnacl-java
1 parent 96b7489 commit b192ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org-junit-jupiter-junit-jupiter = "6.0.2"
88
org-junit-jupiter-junit-jupiter-api = "6.0.2"
99
org-junit-jupiter-junit-jupiter-engine = "6.0.2"
1010
org-junit-platform-junit-platform-launcher = "6.0.2"
11-
org-purejava-tweetnacl-java = "1.1.2"
11+
org-purejava-tweetnacl-java = "1.1.3"
1212
org-slf4j-slf4j-api = "2.0.17"
1313
org-slf4j-slf4j-simple = "2.0.17"
1414

src/test/java/org/purejava/UnlockedDatabaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void shouldHaveNoErrors() throws InterruptedException {
7878
"\"user\":{\"displayName\":\"ralph@purejava.org\",\"id\":\"Y21Gc2NHaEFjSFZ5WldwaGRtRXViM0pu\",\"name\":\"ralph@purejava.org\"}}";
7979
JSONObject p = new JSONObject(publicKey);
8080
assertEquals(
81-
"eyJjaGFsbGVuZ2UiOiJoSnk1M2t3UGMzT2RxYmtqWFEyNjhWQWlIR1ctczBxSF9NV1lZSW1famZtQ2NLN2pCdVYxalRaN21kQ2hYLTl1eTBkQlIzTjlRbDdRcExxWXJfMGxOZyIsImNyb3NzT3JpZ2luIjpmYWxzZSwib3JpZ2luIjoiaHR0cHM6Ly93ZWJhdXRobi5pbyIsInR5cGUiOiJ3ZWJhdXRobi5jcmVhdGUifQ",
81+
"eyJ0eXBlIjoid2ViYXV0aG4uY3JlYXRlIiwiY2hhbGxlbmdlIjoiaEp5NTNrd1BjM09kcWJralhRMjY4VkFpSEdXLXMwcUhfTVdZWUltX2pmbUNjSzdqQnVWMWpUWjdtZENoWC05dXkwZEJSM045UWw3UXBMcVlyXzBsTmciLCJvcmlnaW4iOiJodHRwczovL3dlYmF1dGhuLmlvIiwiY3Jvc3NPcmlnaW4iOmZhbHNlfQ",
8282
kpa.passkeysRegister(p, "https://webauthn.io", l).getJSONObject("response").getString("clientDataJSON"));
8383
LOG.info("Please allow authenticate with the stored Passkey");
8484
publicKey = "{\"allowCredentials\":[]," +

0 commit comments

Comments
 (0)