Skip to content

Commit 90e5c7d

Browse files
philteravivian
andcommitted
Update public key for verifying script signatures (#11301) db3368437f
Co-authored-by: Arthur Vivian <arthur@rive.app>
1 parent 8ac7190 commit 90e5c7d

13 files changed

+4
-4
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e4ef1ece98aeadd4f102ef8cf2df7b7b2347af7b
1+
db3368437fa01728eda692a6d6b1fdae7a1a49f5

src/importers/script_asset_importer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ using namespace rive;
1414
namespace rive
1515
{
1616
// Public key for script signature verification (32 bytes)
17-
// TODO: Replace with permanent production public key.
1817
const uint8_t g_scriptVerificationPublicKey[32] = {
19-
180, 113, 86, 235, 225, 24, 110, 236, 105, 86, 201, 6, 73, 5, 203, 102,
20-
81, 179, 12, 240, 226, 55, 103, 134, 227, 94, 82, 187, 51, 178, 96, 46};
18+
159, 202, 90, 135, 12, 153, 157, 21, 112, 103, 62,
19+
130, 59, 196, 187, 236, 103, 210, 239, 227, 175, 97,
20+
222, 254, 70, 53, 212, 18, 191, 143, 101, 108};
2121
} // namespace rive
2222

2323
ScriptAssetImporter::ScriptAssetImporter(
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)