mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
Let's not encrypt (because encryption is now in zuse).
This commit is contained in:
parent
da0d00390c
commit
9253613738
@ -40,7 +40,9 @@ u3v_jack(void)
|
||||
{
|
||||
u3_noun cor;
|
||||
|
||||
fprintf(stderr, "jack: kernel %x\r\n", u3r_mug(u3A->ken));
|
||||
cor = u3n_nock_on(0, u3k(u3A->ken));
|
||||
fprintf(stderr, "jacked\r\n");
|
||||
u3z(cor);
|
||||
}
|
||||
|
||||
|
@ -1532,6 +1532,7 @@ _raft_lame(u3_noun ovo, u3_noun why, u3_noun tan)
|
||||
|
||||
uL(fprintf(uH, "crude: all delivery failed!\n"));
|
||||
u3_lo_punt(2, u3kb_flop(u3k(tan)));
|
||||
uL(fprintf(uH, "crude: punted\n"));
|
||||
// c3_assert(!"crud");
|
||||
}
|
||||
}
|
||||
@ -2030,7 +2031,8 @@ u3_raft_work(void)
|
||||
|
||||
ron = u3ke_jam(u3nc(u3k(u3A->now), ovo));
|
||||
c3_assert(u3A->key);
|
||||
ron = u3dc("en:crua", u3k(u3A->key), ron);
|
||||
// don't encrypt for the moment, bootstrapping
|
||||
// ron = u3dc("en:crua", u3k(u3A->key), ron);
|
||||
|
||||
len_w = u3r_met(5, ron);
|
||||
bob_w = c3_malloc(len_w * 4L);
|
||||
|
@ -982,6 +982,9 @@ _sist_rest()
|
||||
continue;
|
||||
}
|
||||
|
||||
#if 0
|
||||
// disable encryption for now
|
||||
//
|
||||
if ( u3A->key ) {
|
||||
u3_noun dep;
|
||||
|
||||
@ -995,6 +998,7 @@ _sist_rest()
|
||||
u3z(dep);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
roe = u3nc(u3ke_cue(ron), roe);
|
||||
}
|
||||
u3A->ent_d = c3_max(las_d + 1ULL, old_d);
|
||||
|
Loading…
Reference in New Issue
Block a user