tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pk11_x25519_vectors.h (909B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
      3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 namespace nss_test {
      6 
      7 const uint8_t kX25519Pkcs8_1[] = {
      8    0x30, 0x2e, 0x02, 0x01, 0x00, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x6e,
      9    0x04, 0x22, 0x04, 0x20, 0xc8, 0x83, 0x8e, 0x76, 0xd0, 0x57, 0xdf, 0xb7,
     10    0xd8, 0xc9, 0x5a, 0x69, 0xe1, 0x38, 0x16, 0x0a, 0xdd, 0x63, 0x73, 0xfd,
     11    0x71, 0xa4, 0xd2, 0x76, 0xbb, 0x56, 0xe3, 0xa8, 0x1b, 0x64, 0xff, 0x61};
     12 
     13 const uint8_t kX25519Spki_1[] = {
     14    0x30, 0x2a, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x6e, 0x03, 0x21,
     15    0x00, 0x1c, 0xf2, 0xb1, 0xe6, 0x02, 0x2e, 0xc5, 0x37, 0x37, 0x1e,
     16    0xd7, 0xf5, 0x3e, 0x54, 0xfa, 0x11, 0x54, 0xd8, 0x3e, 0x98, 0xeb,
     17    0x64, 0xea, 0x51, 0xfa, 0xe5, 0xb3, 0x30, 0x7c, 0xfe, 0x97, 0x06};
     18 
     19 }  // namespace nss_test