pub(super) const SET_PAGE: &str = r#"
loadingProfile persistence"#;
pub(super) const READ_PAGE: &str = r#"loadingProfile persistence"#;
pub(super) const HISTORY_PAGE: &str = r#"loadingHistory mutation"#;
pub(super) const OVERSIZED_HISTORY_PAGE: &str = r#"oversized-history"#;
pub(super) const WHITE_PAGE: &str = r#"white-ready"#;
pub(super) const RSA_PRIVATE_OPERATION_PAGE: &str = r#"rsa-private-operations-loadingRSA private-operation gate"#;
pub(super) const RSA_PRIVATE_KEY: &[u8] = include_bytes!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/../../third_party/rsa/tests/examples/pkcs8/rsa2048-priv.der"
));
pub(super) const RSA_PUBLIC_KEY: &[u8] = include_bytes!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/../../third_party/rsa/tests/examples/pkcs8/rsa2048-pub.der"
));