This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Harsh Shandilya <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
app/src/main/java/com/wireguard/android/util/KotlinCompanions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright © 2017-2019 WireGuard LLC. | ||
* Copyright © 2018-2019 Harsh Shandilya <[email protected]>. All Rights Reserved. | ||
* Copyright © 2017-2020 WireGuard LLC. | ||
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
package com.wireguard.android.util; | ||
|
4 changes: 2 additions & 2 deletions
4
app/src/main/java/com/wireguard/android/util/ObservableKeyedArrayList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright © 2017-2019 WireGuard LLC. | ||
* Copyright © 2018-2019 Harsh Shandilya <[email protected]>. All Rights Reserved. | ||
* Copyright © 2017-2020 WireGuard LLC. | ||
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
package com.wireguard.android.util; | ||
|
4 changes: 2 additions & 2 deletions
4
app/src/main/java/com/wireguard/android/util/ObservableSortedKeyedArrayList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright © 2017-2019 WireGuard LLC. | ||
* Copyright © 2018-2019 Harsh Shandilya <[email protected]>. All Rights Reserved. | ||
* Copyright © 2017-2020 WireGuard LLC. | ||
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
package com.wireguard.android.util; | ||
|
8 changes: 7 additions & 1 deletion
8
crypto/src/test/java/me/msfjarvis/viscerion/crypto/KeyTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
/* | ||
* Copyright © 2017-2020 WireGuard LLC. | ||
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved. | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
package me.msfjarvis.viscerion.crypto; | ||
|
||
import org.junit.Test; | ||
import static org.junit.Assert.assertEquals; | ||
|
||
import org.junit.Test; | ||
|
||
public class KeyTest { | ||
private static final String TEST_KEY = "Lr6H7NLgVC44JOe0t8P1X5dPm0QbF8JnBQjLdbWUiNk="; | ||
|
||
|