core/: Update libsecp256k1 from 0.6 to 0.7 (#2306)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2021-10-22 18:09:02 +08:00
committed by GitHub
parent cd2588e182
commit 97509519c5
4 changed files with 10 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ impl DerDecodable<'_> for Asn1SubjectPublicKeyInfo {
mod tests {
use super::*;
use quickcheck::*;
use rand::seq::SliceRandom;
use rand07::seq::SliceRandom;
use std::fmt;
const KEY1: &'static [u8] = include_bytes!("test/rsa-2048.pk8");